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.
--ignore-errors should handle post processing issues #5295
Comments
|
Since in this case 'bestvideo' is a webm file and 'bestaudio' is m4a, you have to options:
|
|
I probably should've posted the original steps I had taken in the OP, instead of the steps taken for that one video. Originally, I was trying to download all of the videos from https://www.youtube.com/user/boburnham, and did it with youtube-dl using When it got to https://www.youtube.com/watch?v=Eo9pU1q8sy8, it failed due to ffmpeg/merge issues. I guess I'm requesting an option to ignore merge errors and continue downloading the rest of the videos. I just don't think that youtube-dl should completely halt downloading due to problems with one single video. Unsurprisingly, --continue and --ignore-errors did nothing, because from what I can tell from reading --help, they aren't intended to handle merge errors, but download errors instead, and I don't think there is an option in youtube-dl to handle/skip merge errors. Output of |
|
This domain looks like it's down.
If that really is the case, then this ticket can be closed. |
youtube-dl command: https://a.pomf.se/jdxxke.txt
ffmpeg command: https://a.pomf.se/mhtvxg.txt