diff --git a/media_platform/xhs/core.py b/media_platform/xhs/core.py index 0e9b0f8..8526a3e 100644 --- a/media_platform/xhs/core.py +++ b/media_platform/xhs/core.py @@ -275,7 +275,7 @@ class XiaoHongShuCrawler(AbstractCrawler): pass if not note_detail: - note_detail = await self.xhs_client.get_note_by_id_from_html(note_id, xsec_source, xsec_token, enable_cookie=False) + note_detail = await self.xhs_client.get_note_by_id_from_html(note_id, xsec_source, xsec_token, enable_cookie=True) if not note_detail: raise Exception(f"[get_note_detail_async_task] Failed to get note detail, Id: {note_id}")