feat: add exclusion list#1272
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| """Scrape the comet site for the given media items | ||
| and update the object with scraped streams""" | ||
| try: | ||
| if item.is_excluded: |
There was a problem hiding this comment.
get rid of all of these from the scrapers and just edit the shared.py func in scrapers and add an if statement for the infohash check
| ) -> MediaItemGenerator: | ||
| """Run the appropriate indexer based on item type.""" | ||
|
|
||
| if item.is_excluded: |
There was a problem hiding this comment.
we could still index but then just set the state to Paused or something.. so if later they decide they want it, they can just unpause it
There was a problem hiding this comment.
Scratch this, they could be excluding because its not indexing properly I suppose.
Pull Request Check List
closes #1270
Description: