Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iqiyi.com:Unable to load data #7896

Closed
gam2046 opened this issue Dec 18, 2015 · 0 comments
Closed

iqiyi.com:Unable to load data #7896

gam2046 opened this issue Dec 18, 2015 · 0 comments

Comments

@gam2046
Copy link
Contributor

@gam2046 gam2046 commented Dec 18, 2015

[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'-j', u'http://www.iqiyi.com/v_19rrkiyb4k.html?list=19rrocuj92']
[debug] Encodings: locale ANSI_X3.4-1968, fs ANSI_X3.4-1968, out ANSI_X3.4-1968, pref ANSI_X3.4-1968
[debug] youtube-dl version 2015.12.13
[debug] Python version 2.7.6 - Linux-3.16.0-41-generic-x86_64-with-Ubuntu-14.04-trusty
[debug] exe versions: none
[debug] Proxy map: {}
ERROR: Unable to load data. Error code: A000001; 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 "./youtube-dl/youtube_dl/YoutubeDL.py", line 663, in extract_info
    ie_result = ie.extract(url)
  File "./youtube-dl/youtube_dl/extractor/common.py", line 290, in extract
    return self._real_extract(url)
  File "./youtube-dl/youtube_dl/extractor/iqiyi.py", line 228, in _real_extract
    raise ExtractorError('Unable to load data. Error code: ' + raw_data['code'])
ExtractorError: Unable to load data. Error code: A000001; 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.

and in /extractor/iqiyi.py line 19 is:
_VALID_URL = r'http://(?:www\.)iqiyi.com/v_.+?\.html'
suggest:
_VALID_URL = r'http://(?:www\.)iqiyi.com/._.+?\.html'

eg:
http://www.iqiyi.com/w_19rt6o8t9p.html
http://www.iqiyi.com/a_19rrhbc6kt.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.