You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
这两天下载iqiyi视频时会报错。
输入:ykdl http://www.iqiyi.com/v_19rrlyanb8.html
返回的是:
Traceback (most recent call last):
File "c:\program files (x86)\python35\lib\runpy.py", line 184, in run_module
as_main
"main", mod_spec)
File "c:\program files (x86)\python35\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\Program Files (x86)\Python35\Scripts\ykdl.exe__main_.py", line 9, i
n
File "c:\program files (x86)\python35\lib\site-packages\ykdl__main__.py", lin
e 119, in main
info = parser(u)
File "c:\program files (x86)\python35\lib\site-packages\ykdl\extractor.py", li
ne 19, in parser
info = self.prepare()
File "c:\program files (x86)\python35\lib\site-packages\ykdl\extractors\iqiyi.
py", line 78, in prepare
assert data['bossStatus'] == 0, "%s: can't download VIP videos!" % self.name
KeyError: 'bossStatus'
The text was updated successfully, but these errors were encountered:
这两天下载iqiyi视频时会报错。
输入:ykdl http://www.iqiyi.com/v_19rrlyanb8.html
返回的是:
Traceback (most recent call last):
File "c:\program files (x86)\python35\lib\runpy.py", line 184, in run_module
as_main
"main", mod_spec)
File "c:\program files (x86)\python35\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\Program Files (x86)\Python35\Scripts\ykdl.exe__main_.py", line 9, i
n
File "c:\program files (x86)\python35\lib\site-packages\ykdl__main__.py", lin
e 119, in main
info = parser(u)
File "c:\program files (x86)\python35\lib\site-packages\ykdl\extractor.py", li
ne 19, in parser
info = self.prepare()
File "c:\program files (x86)\python35\lib\site-packages\ykdl\extractors\iqiyi.
py", line 78, in prepare
assert data['bossStatus'] == 0, "%s: can't download VIP videos!" % self.name
KeyError: 'bossStatus'
The text was updated successfully, but these errors were encountered: