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:v.youku.com video can't download,An extractor error has occurred #15836
Comments
|
now still can't,my newest version is 2018.3.10,please tell me how to solve it.
在 2018-03-12 18:44:39,"Sergey M." <notifications@github.com> 写道:
Closed #15836.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
|
the youtube-dl has been the newest version, but still can’t download youku video as like the following url.
please tell me how to solve it!
[root@iZj6ceioczsoo4uge1anqqZ wwwroot]# /usr/local/bin/youtube-dl --version
2018.03.10
[root@iZj6ceioczsoo4uge1anqqZ wwwroot]#
[root@iZj6ceioczsoo4uge1anqqZ wwwroot]# /usr/local/bin/youtube-dl -i --skip-download http://v.youku.com/v_show/id_XMzQ0NDgyODQ0OA==.html --list-formats
[youku] XMzQ0NDgyODQ0OA: Retrieving cna info
[youku] XMzQ0NDgyODQ0OA: Downloading JSON metadata
ERROR: An extractor error has occurred. (caused by KeyError(u'data',)); 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.
[root@iZj6ceioczsoo4uge1anqqZ wwwroot]# /usr/local/bin/youtube-dl -i --skip-download http://v.youku.com/v_show/id_XMzQ0NDgyODQ0OA==.html --list-formats --verbose
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-i', u'--skip-download', u'http://v.youku.com/v_show/id_XMzQ0NDgyODQ0OA==.html', u'--list-formats', u'--verbose']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2018.03.10
[debug] Python version 2.7.5 (CPython) - 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] XMzQ0NDgyODQ0OA: Retrieving cna info
[youku] XMzQ0NDgyODQ0OA: Downloading JSON metadata
ERROR: An extractor error has occurred. (caused by KeyError(u'data',)); 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/extractor/common.py", line 440, in extract
ie_result = self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youku.py", line 174, in _real_extract
query=basic_data_params, headers=headers)['data']
KeyError: u'data'
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 785, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 453, in extract
raise ExtractorError('An extractor error has occurred.', cause=e)
ExtractorError: An extractor error has occurred. (caused by KeyError(u'data',)); 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.
在 2018-03-15 15:28:02,"dream4" <dream4today18888@163.com> 写道:
now still can't,my newest version is 2018.3.10,please tell me how to solve it.
在 2018-03-12 18:44:39,"Sergey M." <notifications@github.com> 写道:
Closed #15836.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
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 2018.03.10. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.[root@iZj6ceioczsoo4uge1anqqZ wwwroot]# youtube-dl --version
2018.03.10
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:
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 ```):