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.
failed downloading a youku.com video #4281
Comments
|
Thank you for the report. We'll look into it. Looks like we correctly fetch http://v.youku.com/player/getPlayList/VideoIDS/XODI2ODM1MjEy/timezone/+01/version/5/source/video?password=&ran=6226&n=3&ev=1&ctype=10 , but fail to get the actual correct final URL. |
|
If it helps, using the same link as reference, youtube-dl's log show that the file is being fetched from
http://savevideo.me/ managed to grab the video for me and the URL is
Also, there's an option to get a MP4 instead of a FLV file
|
|
The most tough part is the This problem had been solved in you-get, but due to licensing (you-get uses MIT and youtube-dl uses UNLICENSE), we can't borrow the codes directly. |
|
Thanks to @PeterDing's work (#5833), this video will be supported in the next version. |
My first try:
F:\Downloads 2>youtube-dl http://v.youku.com/v_show/id_XODI2ODM1MjEy.html?from=y
1.2-3-98.3.12-2.1-4-1-11
[Youku] XODI2ODM1MjEy: Downloading JSON metadata
WARNING: Extractor Youku returned a compat_list result. It needs to be updated.
ERROR: unable to download video data: HTTP Error 404: Not Found
Thanks.