Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
The reject title function is not working. #5573
Comments
|
There should be only one |
|
Okay I will test it. Thanks for the fast reply, I will test it in a minute. |
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:)