mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-06-06 09:57:25 +08:00
feat:小红书支持获取评论中的图片链接 #145
This commit is contained in:
@@ -267,7 +267,9 @@ class XHSClient:
|
||||
uri = "/api/sns/web/v2/comment/page"
|
||||
params = {
|
||||
"note_id": note_id,
|
||||
"cursor": cursor
|
||||
"cursor": cursor,
|
||||
"top_comment_id":"",
|
||||
"image_formats": "jpg,webp,avif"
|
||||
}
|
||||
return await self.get(uri, params)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user