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 now breaks #13191
Youku now breaks #13191
Comments
|
They probably changed their API and ct=10/ct=12 returns 603. |
|
i also have the same problem |
1 similar comment
|
i also have the same problem |
|
Any other example? http://v.youku.com/v_show/id_XMjc4MTEzNDMwMA==.html is limited to China, which makes debugging very hard. |
|
right,you could go to youku ,can't access everyone,those address become failed now。please resolve,maybe youku change their api? |
|
right,you could go to youku ,can't access everyone,those address become failed now。please resolve,maybe youku change their api?
发自网易邮箱大师
On 05/25/2017 20:55, Yen Chi Hsuan wrote:
Any other example? http://v.youku.com/v_show/id_XMjc4MTEzNDMwMA==.html is limited to China, which makes debugging very hard.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
|
Confirmed that non-georestricted videos are also broken. An example is http://v.youku.com/v_show/id_XMTc1ODE5Njcy.html |
|
Here's an untested version: https://github.com/yan12125/youtube-dl/tree/wip-youku. Be cautious as it may break at any time. |
|
when release this version wait your new version。
发自网易邮箱大师
On 05/26/2017 14:22, Yen Chi Hsuan wrote:
Here's an untested version: https://github.com/yan12125/youtube-dl/tree/wip-youku. Be cautious as it may break at any time.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Here's an untested version: https://github.com/yan12125/youtube-dl/tree/wip-youku. Be cautious as it may break at any time.tested. same problem |
|
@leenchan: which video? Could you paste your logs? |
|
I can confirm that none works. Same output as before. |
|
I tried several videos and all download fine, and I've pushed the fix to master. If the latest git version doesn't work for you, please paste the full log like this:
Please make sure there's a line "Retrieving cna info". If not most likely you have multiple versions installed. Please remove all and install again from git. |
|
Hi, I have the same issue as before. My version is 2018.09.10. I am downloading from mainland China. $ youtube-dl -v "http://v.youku.com/v_show/id_XODgxNjg1Mzk2_ev_1.html" |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.05.23. 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?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
youtube-dl http://v.youku.com/v_show/id_XMjc4MTEzNDMwMA==.html --verbose
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'http://v.youku.com/v_show/id_XMjc4MTEzNDMwMA==.html', u'--verbose']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2017.05.23
[debug] Python version 2.7.12 - Darwin-16.6.0-x86_64-i386-64bit
[debug] exe versions: avconv 12, avprobe 12, ffmpeg 3.3.1, ffprobe 3.3.1
[debug] Proxy map: {}
[youku] XMjc4MTEzNDMwMA: Downloading JSON metadata
ERROR: Youku server reported error -603: 客户端无权播放,603; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 760, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 433, in extract
ie_result = self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youku.py", line 253, in _real_extract
raise ExtractorError(msg)
ExtractorError: Youku server reported error -603: \u5ba2\u6237\u7aef\u65e0\u6743\u64ad\u653e,603; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
As shown, Youku fails to download. I think they've changed their API as you-get also fails.