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

The reject title function is not working. #5573

Closed
WeWin55 opened this issue May 1, 2015 · 2 comments
Closed

The reject title function is not working. #5573

WeWin55 opened this issue May 1, 2015 · 2 comments

Comments

@WeWin55
Copy link

@WeWin55 WeWin55 commented May 1, 2015

Hello,

I want to download Youtube Videos from a german Youtuber.
All except some, so I did a --reject-title "xxx" for every videotype I dont want to download.
Here is my "test" download script:

youtube-dl -f 140 -w --reject-title "Creed" --reject-title "BLOODBORNE" --reject-title "HEX" --reject-title "LEAGUE" --reject-title "STORM" --date $(date +"%Y%m%d") "https://www.youtube.com/user/PietSmittie/videos"

Youtube-dl is downloading the videos, but also the videos I rejected e.g. Bloodborne videos.

I hope you know a fix for my problem. BTW very very very nice program you coded!

Ah i got another little problem youtube-dl is always reporting "WARNING: Your copy of avconv is outdated, update avconv to version 10-0 or newer if you encounter any errors."

Ive read a lot about that problem (on github here too) and did a lot, but i cant get it fixed.
But youtube-dl is working with the warning so all is fine:)

@dstftw
Copy link
Collaborator

@dstftw dstftw commented May 1, 2015

There should be only one --reject-title option and you should pass regular expression to it if you have more sophisticated pattern than simply a single substring, e.g. --reject-title "bloodborne|hex|league|storm", it is case insensitive.
As for outdated avconv - you may want to update it as suggested. That depends on how you installed it.

@dstftw dstftw closed this May 1, 2015
@WeWin55
Copy link
Author

@WeWin55 WeWin55 commented May 1, 2015

Okay I will test it. Thanks for the fast reply, I will test it in a minute.
I never installed it. Its weird..

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

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.