Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR] Ignore videos with certain words in title #445

Open
ItsNoted opened this issue Oct 29, 2024 · 1 comment
Open

[FR] Ignore videos with certain words in title #445

ItsNoted opened this issue Oct 29, 2024 · 1 comment
Assignees

Comments

@ItsNoted
Copy link

ItsNoted commented Oct 29, 2024

A way to add key words to be ignored for YouTube channels. For example, Joe Rogan does an MMA segment. Being able to ignore those videos by adding the word "MMA" or "Fight" to the ignore list would be great,

So for the media source, add a section to add key words to be ignored and NOT download if those words are in the title.

@kieraneglin
Copy link
Owner

Hey there! Thanks for the report (:

I like this idea, but I'll have to think about where/if it fits in given that you can already do this with the Title filter regex field. It's not as slick, but for now you can do something like this to ignore certain terms: (?i)^(?:(?!MMA|Fight|Foo|Bar).)*$ where you separate every term you don't want with a |.

I have a small blurb here on some tips re: testing out filtering. Hope this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants