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.
Youku Incorrect Handling of Format Options #6193
Comments
|
It's not as though there isn't a workaround. A quick ffmpeg -f concat works like a charm. But I think it would be better if this was automated, so that batch downloads won't run into problems. |
|
So with format |
|
This is no longer an issue after the recent Youku update. Now Youku provides HLS, which is well supported by youtube-dl. |
It seems that youtube-dl is bad with handling format options when the video is split like in the case of Youku or Tudou. For example, the following is a run that ended in an error instead of concatenation:
The reason for this is because the number of videos each format is split across is different. For example, here, resolutions h4 and h3 require only 7 files, but h1 requires 21. Apparently youtube-dl will try to get all 21 even if such is not available for those formats.