You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "amemv-video-ripper.py", line 529, in
CrawlerScheduler(content)
File "amemv-video-ripper.py", line 151, in init
self.scheduling()
File "amemv-video-ripper.py", line 165, in scheduling
self.download_user_videos(url)
File "amemv-video-ripper.py", line 175, in download_user_videos
dytk = get_dytk(url)
File "amemv-video-ripper.py", line 115, in get_dytk
dytk = re.findall("dytk: '(.*)'", res.content.decode('utf-8'))
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x84 in position 1: invalid start byte
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "amemv-video-ripper.py", line 529, in
CrawlerScheduler(content)
File "amemv-video-ripper.py", line 151, in init
self.scheduling()
File "amemv-video-ripper.py", line 165, in scheduling
self.download_user_videos(url)
File "amemv-video-ripper.py", line 175, in download_user_videos
dytk = get_dytk(url)
File "amemv-video-ripper.py", line 115, in get_dytk
dytk = re.findall("dytk: '(.*)'", res.content.decode('utf-8'))
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x84 in position 1: invalid start byte
The text was updated successfully, but these errors were encountered: