look1z / 91porn-spider

91porn批量视频、图片下载 ;新手爬虫;novice spider ;多线程
109 stars 24 forks source link

base64 #10

Open BrianBechtel opened 2 years ago

BrianBechtel commented 2 years ago

Exception in thread Thread-5: Traceback (most recent call last): File "C:\Python27\lib\threading.py", line 801, in __bootstrap_inner self.run() File "C:\Python27\lib\threading.py", line 754, in run self.target(*self.args, **self.__kwargs) File "test.py", line 131, in spider video_url = strdecode(input=input, key=strencode[0]) File "test.py", line 34, in strdecode input = base64.b64decode(input).decode("utf-8") File "C:\Python27\lib\base64.py", line 75, in b64decode return binascii.a2b_base64(s) TypeError: a2b_base64() argument 1 must be string or buffer, not builtin_function_or_method