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
我在文件 service/kuaishou.py 尝试执行以下代码:
service/kuaishou.py
KuaishouService.get_info('https://www.kuaishou.com/short-video/3xwz4s2cwj8dyda?authorId=3xz3sbjpewnmae2&streamSource=profile&area=profilexxnull')
链接使用浏览器可以正常访问,但是通过代码解析总会失败,检查发现 status_code 是 404。
status_code
The text was updated successfully, but these errors were encountered:
api换了,你先试用看看,这个逻辑得改从网页拿数据我现在没时间做
Sorry, something went wrong.
No branches or pull requests
我在文件
service/kuaishou.py
尝试执行以下代码:KuaishouService.get_info('https://www.kuaishou.com/short-video/3xwz4s2cwj8dyda?authorId=3xz3sbjpewnmae2&streamSource=profile&area=profilexxnull')
链接使用浏览器可以正常访问,但是通过代码解析总会失败,检查发现
status_code
是 404。The text was updated successfully, but these errors were encountered: