Merge pull request #360 from fruitswordman/xhs_note_id
<bug fix> fetch_creator_notes_detail: id ->note_id
This commit is contained in:
commit
ccf71f0905
@ -164,7 +164,7 @@ class XiaoHongShuCrawler(AbstractCrawler):
|
|||||||
semaphore = asyncio.Semaphore(config.MAX_CONCURRENCY_NUM)
|
semaphore = asyncio.Semaphore(config.MAX_CONCURRENCY_NUM)
|
||||||
task_list = [
|
task_list = [
|
||||||
self.get_note_detail(
|
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_source=post_item.get("xsec_source"),
|
||||||
xsec_token=post_item.get("xsec_token"),
|
xsec_token=post_item.get("xsec_token"),
|
||||||
semaphore=semaphore
|
semaphore=semaphore
|
||||||
|
Loading…
Reference in New Issue
Block a user