-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
[BUG] 爬取用户主页作品问题 #509
Comments
嗯嗯,了解,我晚点去更新一下这个,感谢反馈! |
求大佬指点如何用python请求这个api, 我需要通过作者主页地址让程序抓取作者最近更新作品的url |
求指点怎么使用这个接口 |
我只调用api接口,下载代码自己写的 |
有api调用文档,根据文档写 |
curl -X 'GET' { |
大概率是cookie问题,建议自己本地部署,使用自己的cookie |
发生错误的平台?
抖音
发生错误的端点?
Web APP
提交的输入值?
如:短视频链接
是否有再次尝试?
如:是,发生错误后X时间后错误依旧存在。
你有查看本项目的自述文件或接口文档吗?
如:有,并且很确定该问题是程序导致的。
爬取用户主页视频,web api是:/api/douyin/web/fetch_user_post_videos
例如:https://www.douyin.com/user/MS4wLjABAAAA3dRAmxkZfpdvYENgqTA0ewccirDkNEM4kBbUfqetEh8
爬取到的视频数量比实际数量少了,我检查找到了问题所在,如下:
问题出现文件在Douyin_TikTok_Download_API-main\crawlers\douyin\web\models.py的类class BaseRequestModel(BaseModel)中,
将
修改为
修改前获取到80+,修改后获取到110+,这样修改解决了问题。
以上在电脑测试。
The text was updated successfully, but these errors were encountered: