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.
When Downloading Channel, Error in Any Vid Stops Entire Channel Download Even If Other Vids Are Okay #1964
Comments
|
This option is already present, it's called Retrying is already governed by the |
|
Ah, okay, thank you, I didn't realize that "noprompt" options were already supported. Thanks a lot! :D I just tested the Also, an option to force prompting (e.g. |
|
Hello.
I only want it to ignore errors like this: A specific option to ignore only unavailable videos in a playlist (private, copyrighted, but not due to other errors like the above content too short) would be great. Please? :) Thanks. |
|
Is there a way to ignore downloading copyrighted videos and continue downloading rest videos for now? |
|
Same issue here, is there any way to bypass that kind of "error"?? |
For example, do
This will start out downloading just fine:
etc. until it hits a problematic video:
...at which point, the ENTIRE channel-downloading operation just stops, which defeats the purpose of using one command to download an entire channel. It doesn't prompt the user for whether to retry or to continue on to the next video; it doesn't continue on to the next video; it just stops entirely, even though later videos in the channel are downloadable.
You can work around this first error by using
--playlist-start:But then the operation chokes on the next video after that with a copyright error, basically requiring the entire channel to be downloaded in many segments, with the user having to respond to each copyright error with another modified command.
Suggested fix:
When YouTube-DL encounters an error in just one video, it should instead prompt the user to abort, retry, or ignore: that is, give the user the choice to:
There should also be a
command-line option, or even a
command-line option to make it so that instead of prompting for what to do, YouTube-DL simply ignores the video with the error and continues on to the next video (unless [choice] is specified, in which case YouTube-DL always makes that choice by default). However, in this case, whenever the --noprompt option is used, when the entire channel has been downloaded, YouTube-DL should display some sort of error summary (such as "Downloading succeeded for 63 videos and failed for 7 videos") because otherwise it would be easy to overlook that errors did occur will downloading some videos.