this verson of iqiyi parser don't seem to be work with iqiyi.com by now
When I enter the url of this video (http://www.iqiyi.com/v_19rygsl6lc.html) or (http://www.iqiyi.com/v_19rx9lqsno.html) and click the "parse" button ,the "parser error" window when out.
The following is what that windows show out:
Traceback (most recent call last):
File "/home/jerryou/github/iqiyi-parser-1.7/flow.py", line 314, in _parse
res = parser.parse(url, qualitys)
File "/home/jerryou/github/iqiyi-parser-1.7/handler/parser.py", line 66, in parse
LASTRES = sel_parser.parse(url, *args)
File "", line 488, in parse
File "", line 119, in parse
File "", line 175, in makeTargetUrl
File "/home/jerryou/github/iqiyi-parser-1.7/PyJSCaller.py", line 44, in exit
self.run()
File "/home/jerryou/github/iqiyi-parser-1.7/PyJSCaller.py", line 74, in run
res = pipe_eval('TMP.js')
File "/home/jerryou/github/iqiyi-parser-1.7/PyJSCaller.py", line 498, in pipe_eval
res = subprocess.check_output(js_ctx, shell=True, stdin=subprocess.PIPE, stderr=subprocess.PIPE)
File "/home/jerryou/anaconda3/envs/iqiyidownload/lib/python3.6/subprocess.py", line 336, in check_output
**kwargs).stdout
File "/home/jerryou/anaconda3/envs/iqiyidownload/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['node', 'TMP.js']' returned non-zero exit status 127.
and this is some detail of my envrionme
# Name Version Build Channel
_libgcc_mutex 0.1 main defaults
altgraph 0.16.1 pypi_0 pypi
beautifulsoup4 4.7.1 pypi_0 pypi
bs4 0.0.1 pypi_0 pypi
ca-certificates 2020.1.1 0 defaults
cairo 1.14.12 h8948797_3 defaults
certifi 2020.4.5.1 py36_0 defaults
expat 2.2.6 he6710b0_0 defaults
fontconfig 2.13.0 h9420a91_0 defaults
freetype 2.9.1 h8a8886c_1 defaults
fribidi 1.0.5 h7b6447c_0 defaults
future 0.17.1 pypi_0 pypi
gettext 0.19.8.1 hd7bead4_3 defaults
glib 2.63.1 h5a9c865_0 defaults
graphite2 1.3.13 h23475e2_0 defaults
gst-plugins-base 1.14.0 hbbd80ab_1 defaults
gstreamer 1.14.0 hb453b48_1 defaults
harfbuzz 1.8.8 hffaf4a1_0 defaults
icu 58.2 h9c2bf20_1 defaults
jpeg 9b h024ee3a_2 defaults
libffi 3.2.1 hd88cf55_4 defaults
libgcc-ng 9.1.0 hdf63c60_0 defaults
libglu 9.0.0 hf484d3e_1 defaults
libpng 1.6.37 hbc83047_0 defaults
libstdcxx-ng 9.1.0 hdf63c60_0 defaults
libuuid 1.0.3 h1bed415_2 defaults
libxcb 1.13 h1bed415_1 defaults
libxml2 2.9.9 hea5a465_1 defaults
macholib 1.11 pypi_0 pypi
openssl 1.0.2u h7b6447c_0 defaults
pango 1.42.4 h049681c_0 defaults
pcre 8.43 he6710b0_0 defaults
pefile 2019.4.18 pypi_0 pypi
pillow 6.0.0 pypi_0 pypi
pip 20.0.2 pypi_0 pypi
pixman 0.38.0 h7b6447c_0 defaults
pyinstaller 3.4 pypi_0 pypi
pyperclip 1.7.0 pypi_0 pypi
pyrasite 2.0 pypi_0 pypi
python 3.6.2 0 defaults
pywin32-ctypes 0.2.0 pypi_0 pypi
readline 6.2 2 defaults
setuptools 36.4.0 py36_1 defaults
six 1.12.0 pypi_0 pypi
some-package 0.1 pypi_0 pypi
soupsieve 1.9.1 pypi_0 pypi
sqlite 3.13.0 0 defaults
tk 8.5.18 0 defaults
wheel 0.29.0 py36_0 defaults
wxpython 4.0.4 py36hc99224d_0 defaults
xz 5.2.5 h7b6447c_0 defaults
zlib 1.2.11 0 defaults
this verson of iqiyi parser don't seem to be work with iqiyi.com by now
When I enter the url of this video (http://www.iqiyi.com/v_19rygsl6lc.html) or (http://www.iqiyi.com/v_19rx9lqsno.html) and click the "parse" button ,the "parser error" window when out.
The following is what that windows show out:
Traceback (most recent call last):
File "/home/jerryou/github/iqiyi-parser-1.7/flow.py", line 314, in _parse
res = parser.parse(url, qualitys)
File "/home/jerryou/github/iqiyi-parser-1.7/handler/parser.py", line 66, in parse
LASTRES = sel_parser.parse(url, *args)
File "", line 488, in parse
File "", line 119, in parse
File "", line 175, in makeTargetUrl
File "/home/jerryou/github/iqiyi-parser-1.7/PyJSCaller.py", line 44, in exit
self.run()
File "/home/jerryou/github/iqiyi-parser-1.7/PyJSCaller.py", line 74, in run
res = pipe_eval('TMP.js')
File "/home/jerryou/github/iqiyi-parser-1.7/PyJSCaller.py", line 498, in pipe_eval
res = subprocess.check_output(js_ctx, shell=True, stdin=subprocess.PIPE, stderr=subprocess.PIPE)
File "/home/jerryou/anaconda3/envs/iqiyidownload/lib/python3.6/subprocess.py", line 336, in check_output
**kwargs).stdout
File "/home/jerryou/anaconda3/envs/iqiyidownload/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['node', 'TMP.js']' returned non-zero exit status 127.
and this is some detail of my envrionme