We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
获取aweme_list的请求,获取到相关数据后,UTF-8解码报错 File "amemv-video-ripper.py", line 181, in _download_user_media contentJson = json.loads(res.content.decode('utf-8')) UnicodeDecodeError: 'utf-8' codec can't decode byte 0x85 in position 0: invalid start byte
The text was updated successfully, but these errors were encountered:
你怎么拿到用户的分享链接的 只有图片分享了
Sorry, something went wrong.
我无法运行此代码,结果只能得到: {"Status Code": 0, "has_more": Yes, "aweme_list": []} Download user media: 85860189461, results retry: 1. {"Status Code": 0, "has_more": Yes, "aweme_list": []} Download user media: 85860189461, results retry: 2.
我研究了一段时间才获取到的。可以一起交流qq:1012905214
你怎么拿到用户的分享链接的 只有图片分享了 我研究了一段时间才获取到的。可以一起交流qq:1012905214
write here, i have same problem
No branches or pull requests
获取aweme_list的请求,获取到相关数据后,UTF-8解码报错
File "amemv-video-ripper.py", line 181, in _download_user_media
contentJson = json.loads(res.content.decode('utf-8'))
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x85 in position 0: invalid start byte
The text was updated successfully, but these errors were encountered: