zouzhikang / xigua

python 西瓜视频下载
MIT License
5 stars 0 forks source link

IndexError: list index out of range #1

Open 68a opened 10 months ago

68a commented 10 months ago

File "/home/.../xigua/xigua.py", line 23, in getRealUrl jsonResult = pattern.findall(response_text)[0] IndexError: list index out of range

zouzhikang commented 10 months ago

cookie = 'xxxxxxxxxxxxxxxx' headers = { "user-agent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36", "cookie": f"ttwid={cookie}" }