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.
batch-file function fails on some websites #17546
Comments
|
Still using the same batch-file function, but short 1 minute clips from the same website works perfectly fine.
|
|
Nothing to do with batches at all. https://watch.travelchannel.com/show/twpd/xtreme-waterparks/3606552/double-dog-dare/ is only available with TV provider, |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.09.10. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
Add the
-vflag to your command line you run youtube-dl with (youtube-dl -v <your command line>), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):Description of your issue, suggested solution and other information
youtube-dl list-formats of batch-file works fine. Never had a problem on any websites including youtube.
However downloading videos from travelchannel using batch-file function will fail on the second download link with the error above. First link in list.txt will be downloaded. However, nothing is downloaded for the second link in list.txt. No temporary files are created. I am using a very recent September build of ffmpeg (20180903).
Steps to reproduce the error:
Create a file "list.txt"
Run command:
youtube-dl -f hls-364 -v -a list.txt
I've been working around the problem doing this, youtube-dl works fine like this batch download without using batch-file function: