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] Support videos unavailable on TV (was: Error code:A00110) #10088

Open
yangfan3333 opened this issue Jul 15, 2016 · 4 comments
Open

[iqiyi] Support videos unavailable on TV (was: Error code:A00110) #10088

yangfan3333 opened this issue Jul 15, 2016 · 4 comments
Labels

Comments

@yangfan3333
Copy link

@yangfan3333 yangfan3333 commented Jul 15, 2016

I was able to watch , but you can not use YouTubeDL.EXE download file

F:\yy\you>youtube-dl.exe http://www.iqiyi.com/v_19rrm8ddgg.html
[iqiyi] temp_id: download video page
[iqiyi] ba3f3aba19610a46d55734663b8cde23: Downloading JSON metadata
ERROR: Unable to load data. Error code: A00110; please report this issue on http
s://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 i
ts complete output.

F:\yy\you>youtube-dl.exe --verbos http://www.iqiyi.com/v_19rrm8ddgg.html
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbos', 'http://www.iqiyi.com/v_19rrm8ddgg.html'
]
[debug] Encodings: locale cp936, fs mbcs, out cp936, pref cp936
[debug] youtube-dl version 2016.07.16
[debug] Python version 3.4.4 - Windows-2008ServerR2-6.1.7601-SP1
[debug] exe versions: none
[debug] Proxy map: {}
[iqiyi] temp_id: download video page
[iqiyi] ba3f3aba19610a46d55734663b8cde23: Downloading JSON metadata
ERROR: Unable to load data. Error code: A00110; please report this issue on http
s://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 i
ts complete output.
Traceback (most recent call last):
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp46voakwt\bu
ild\youtube_dl\YoutubeDL.py", line 682, in extract_info
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp46voakwt\bu
ild\youtube_dl\extractor\common.py", line 347, in extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp46voakwt\bu
ild\youtube_dl\extractor\iqiyi.py", line 356, in _real_extract
youtube_dl.utils.ExtractorError: Unable to load data. Error code: A00110; 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.

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Jul 15, 2016

The current approach in iqiyi.py uses the TV API. Unfortunately not all videos are available on Iqiyi's TV App.

@yan12125 yan12125 added the broken-IE label Jul 15, 2016
@yan12125 yan12125 changed the title Error code:A00110 [iqiyi] Support videos unavailable on TV (was: Error code:A00110) Jul 15, 2016
@yangfan3333
Copy link
Author

@yangfan3333 yangfan3333 commented Jul 15, 2016

@yan12125 您好,目前能下載愛奇藝的,只有 youtube-dl了,you-get 已經失效。

我剛才測試了一下,好像是的,有些視頻可以下載,有些視頻不行。。有沒有其他方案能解決這個問題呀?

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Jul 15, 2016

youtube-dl uses the same set of Iqiyi API as you-get.

By the way, please use English as much as possible so that others can understand what's going on.

Versions between 2016.06.26 and 2016.07.03 uses the old HTML5 API. It can download a low-resolution video. I've just tried version 2016.07.02.

@remitamine
Copy link
Collaborator

@remitamine remitamine commented Jul 16, 2016

if you mean that using this commit 5b6ad86 works, then, i remember that before you push the next change to extract other formats, i was able to extract other m3u8 formats just by changing a parameter(i think by changing the 'type': 'mp4' into another value i see in the js code maybe m3u8).

@yan12125 yan12125 mentioned this issue Aug 1, 2016
@yan12125 yan12125 mentioned this issue May 17, 2017
0 of 4 tasks complete
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
3 participants
You can’t perform that action at this time.