Skip to content

feat: add exclusion list#1272

Draft
joemckie wants to merge 21 commits into
mainfrom
feat/add-exclusion-list
Draft

feat: add exclusion list#1272
joemckie wants to merge 21 commits into
mainfrom
feat/add-exclusion-list

Conversation

@joemckie
Copy link
Copy Markdown
Collaborator

Pull Request Check List

closes #1270

  • Added tests for changed code.
  • Updated documentation for changed code.

Description:

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Nov 11, 2025

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat/add-exclusion-list

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Comment thread src/program/services/scrapers/comet.py Outdated
"""Scrape the comet site for the given media items
and update the object with scraped streams"""
try:
if item.is_excluded:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scratch this, they could be excluding because its not indexing properly I suppose.

@dreulavelle dreulavelle changed the title Feat/add exclusion list feat: add exclusion list Jan 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[feature] Add exclusion list for content

2 participants