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.
Youtube-dl should keep continue to download next video if one of the video on the playlist is failed #698
Comments
|
Simply pass in |
|
example to be more clear:
|
|
Make it default please. Big luck that I found this thread! |
|
It's right here: https://github.com/rg3/youtube-dl#options And right at the top if you do |
|
It would be better if it was a default, last time I googled this I found nothing and gave up. I think most Unix programs that deal with a lot of files continue even after an error, eg. |
|
Alternatively, maybe a good compromise would be to mention the required flag in the error message. For example:
|
|
I agree with the default or at least warning, but it should be default. Why you should expect to get only some videos but not some others ? That not having sense to me. |
|
Make it default and make youtube-dl list the videos that failed to download at the end and exit non-zero. |
for example if we download a playlist containing 100 videos, and the second one has an error (timeout or ERROR: unable to download video webpage: HTTP Error 404: Not Found), it should continue to next video instead of stopping the whole program