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 fails, wget succeeds #372
Comments
|
I can't reproduce it. If you kill that video from the list, does the download reach the end of the list? |
|
I've noticed that when running this command, I start receiving that error from episode 9 onwards. Edit: Edit 2: |
|
is this still a problem? or can we close it now? |
|
Tested it, no longer appears to be an issue. |
So I'm trying to download a bunch of youtube videos from a file, and I keep getting stuck on this error:
I decided to grab the url from the json file and send it to wget, which succeeded. I really want to use youtube-dl though (which doesn't try to skip over the error either :( ). Is there any known way around this problem? (I am able to redownload every video up to this point over again, so I'm not entirely sure it's youtube's fault...)
The command that I've been running is:
youtube-dl --write-info-json -a vids2 -o "%(autonumber)s_%(stitle)s_-%(upload_date)s-_%(uploader)s.%(ext)s" -wcEdit (Added version info):