|
发表于 2021-3-7 14:40:21
|
显示全部楼层
错误2
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 103, in download_video
with open(tmp, "wb") as f:
FileNotFoundError: [Errno 2] No such file or directory:''
又是什么情况? |
|