feat:小红书支持获取评论中的图片链接 #145

This commit is contained in:
Relakkes
2024-03-07 22:30:44 +08:00
parent 861019022a
commit 41fee4ff4f
3 changed files with 14 additions and 6 deletions

View File

@@ -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)