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.
Need help, I suddenly can't visit any video http://v.youku.com from Yesterday,please solve it . #14880
Comments
|
other people have the same question.how to solve it!!!!!! |
|
I have solution by change 'ccode' with 0501 in new version code youku.py line 157. I have pull request the change file. |
|
when you give me the correct version??? |
|
@dream4today18888 @zcanfly means to say he has already pull requested for the change by changing https://github.com/rg3/youtube-dl/blob/master/youtube_dl/extractor/youku.py#L157 from If you want it asap then you may need to manually change the code in your system by changing the line number 157 from youtube_dl/extractor/youku.py. But you have to wait till the code arrives |
|
ccode=0501, can't download the full file. The video length is 10 minutes only. |
|
please quick release the newest version to solve this bug. |
|
Same question. +1 |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.11.26. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.version as follow:
youtube-dl --version
2017.11.26
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
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
question as follows:
/usr/local/bin/youtube-dl -i --skip-download "http://v.youku.com/v_show/id_XMTQ4OTI5NTQ4NA==.html" --list-formats --verbose
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-i', '--skip-download', 'http://v.youku.com/v_show/id_XMTQ4OTI5NTQ4NA==.html', '--list-formats', '--verbose']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2017.11.26
[debug] Python version 3.6.0 - Linux-3.10.0-327.22.2.el7.x86_64-x86_64-with-centos-7.2.1511-Core
[debug] exe versions: none
[debug] Proxy map: {}
[youku] XMTQ4OTI5NTQ4NA: Retrieving cna info
[youku] XMTQ4OTI5NTQ4NA: Downloading JSON metadata
ERROR: Youku server reported error -6004: 客户端无权播放,201; 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 784, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 437, in extract
ie_result = self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youku.py", line 189, in _real_extract
raise ExtractorError(msg)
youtube_dl.utils.ExtractorError: Youku server reported error -6004: 客户端无权播放,201; 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.
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 ```):If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):
Note that youtube-dl does not support sites dedicated to copyright infringement. In order for site support request to be accepted all provided example URLs should not violate any copyrights.
Description of your issue, suggested solution and other information
Explanation of your issue in arbitrary form goes here. Please make sure the description is worded well enough to be understood. Provide as much context and examples as possible.
If work on your issue requires account credentials please provide them or explain how one can obtain them.