|
发表于 2021-3-7 09:35:37
|
显示全部楼层
Exception in thread Thread-20:
Traceback (most recent call last):
File "F:\Python_box\Python\Python38\lib\threading.py", line 932, in _bootstrap_inner
self.run()
File "F:\Python_box\Python\Python38\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "C:/Users/YELAOSHI/Desktop/Python3.8/B站视频下载器/main.py", line 88, in main
filenames = self.DBV.download_video(aid, cids, infos)
File "C:\Users\YELAOSHI\Desktop\Python3.8\B站视频下载器\get_video.py", line 101, in download_video
url = res["data"]["durl"][0]["url"]
KeyError: 'data'
这个错误怎么解决? |
|