mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-06-09 19:37:25 +08:00
fix: #423
This commit is contained in:
@@ -217,8 +217,8 @@ class XiaoHongShuClient(AbstractApiClient):
|
||||
"source_note_id": note_id,
|
||||
"image_formats": ["jpg", "webp", "avif"],
|
||||
"extra": {"need_body_topic": 1},
|
||||
"xsec_source": xsec_source,
|
||||
"xsec_token": xsec_token
|
||||
# "xsec_source": xsec_source,
|
||||
# "xsec_token": xsec_token
|
||||
}
|
||||
uri = "/api/sns/web/v1/feed"
|
||||
res = await self.post(uri, data)
|
||||
|
||||
Reference in New Issue
Block a user