fetch_creator_notes_detail, id ->note_id

This commit is contained in:
Wenbo Lu 2024-07-26 21:55:31 +08:00
parent 573ca9a659
commit 9fb8f42f69
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ class XiaoHongShuCrawler(AbstractCrawler):
semaphore = asyncio.Semaphore(config.MAX_CONCURRENCY_NUM)
task_list = [
self.get_note_detail(
note_id=post_item.get("id"),
note_id=post_item.get("note_id"),
xsec_source=post_item.get("xsec_source"),
xsec_token=post_item.get("xsec_token"),
semaphore=semaphore