Skip to content
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

解析链接提取不到数据 #174

Open
xiaobao3315 opened this issue Sep 8, 2024 · 5 comments
Open

解析链接提取不到数据 #174

xiaobao3315 opened this issue Sep 8, 2024 · 5 comments
Assignees
Labels
适合新手(good first issue) 适合新手阅读的教程

Comments

@xiaobao3315
Copy link

xiaobao3315 commented Sep 8, 2024

2.2版本
启动服务端发送请求的内容如下

{
     "url":"http://xhslink.com/B/i1uWyT",  
     "download":false
}

返回的json如下:

{
    "message": "获取小红书作品数据失败",
    "url": "https://www.xiaohongshu.com/discovery/item/66bb735c0000000005022d85?app_platform=ios&app_version=8.52&share_from_user_hidden=true&xsec_source=app_share&type=normal&xsec_token=CBoLSCGJH_K9xehE2Zhanm_R4PH426vlQwamlvq0OT6Pk=&author_share=1&xhsshare=CopyLink&shareRedId=N0w7RDg5SEE2NzUyOTgwNjY0OThISEc_&apptime=1725604335&share_id=62e3c57b62ff458ab398fcb981e97c8f",
    "data": null
}

请问一下为什么会出现这情况

@JoeanAmier JoeanAmier self-assigned this Sep 8, 2024
@JoeanAmier JoeanAmier added 功能异常(bug) 需要修复的问题 确认问题(confirm) 未来将会修复问题 and removed 功能异常(bug) 需要修复的问题 确认问题(confirm) 未来将会修复问题 labels Sep 8, 2024
@JoeanAmier
Copy link
Owner

设置 Cookie 即可。

@JoeanAmier JoeanAmier added the 适合新手(good first issue) 适合新手阅读的教程 label Sep 8, 2024
@xiaobao3315
Copy link
Author

设置 Cookie 即可。

请问一下这个Cookie有效期是多久

@JoeanAmier
Copy link
Owner

设置 Cookie 即可。

请问一下这个Cookie有效期是多久

很久,具体时间未知。

@rainbowpig
Copy link

设置 Cookie 即可。

请问一下这个Cookie有效期是多久

很久,具体时间未知。

登录和未登录的cookie设置后,程序使用时有区别吗

@JoeanAmier
Copy link
Owner

设置 Cookie 即可。

请问一下这个Cookie有效期是多久

很久,具体时间未知。

登录和未登录的cookie设置后,程序使用时有区别吗

登录后的 Cookie 可以获取准确数据;部分链接未登录会重定向至首页,一般情况下不需要登录。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
适合新手(good first issue) 适合新手阅读的教程
Projects
None yet
Development

No branches or pull requests

3 participants