iicey
iicey
> `organization/updatesV2`端点返回 500。是否已弃用? params = { 'companyUniversalName': '40653509', 'count': '100', 'moduleKey': 'ORGANIZATION_MEMBER_FEED_DESKTOP', 'numComments': '0', 'numLikes': '0', 'q': 'companyFeedByUniversalName', 'start': '0', } api = Linkedin( username=username, password=password, proxies={ # "socks5": "127.0.0.1:1080",...
API:/organization/updatesV2 API:/feed/updates It seems that I can't get the timestamp
>  找到问题了 改为none正常使用了
> >  找到问题了 > > 改为none正常使用了 @yanue 预计什么时候发新版本,订阅列表太多改起来好麻烦
> This is due to the 64bit return type, it was fixed in brwosers 2 years ago. But there are still browsers floating around giving that error. > > I...
我有在config.yml文件中输入了自己的Cookie和msToken
> 可能是你的cookie出验证码了,也有可能是你用的游客cookie。 是登录后的cookie,刚刚打开网页查看用户作品列表,是没有出现验证码的
补充信息:fetch_video_comments这个方法可以正常翻页
TikHub.io 平台的 /api/v1/douyin/web/fetch_user_post_videos API现在能正常翻页吗?做业务开发需要稳定接入
以下是我把a_bogus生成方法拿出来单独测试的,params中两组参数分别来自Chrome和Firefox,测试结果都是只能获取第一页,**翻页响应内容为空字符。测试前代码中的Cookie需要更换成自己的。** ```python import os from urllib.parse import urlencode import requests from utils import BogusManager headers = { 'Accept': '*/*', 'Connection': 'keep-alive', 'Accept-Language': 'zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2', 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64)...