class XiaoHongShuCrawler(AbstractCrawler): platform: str login_type: str crawler_type: str context_page: Page xhs_client: XHSClient xhs_client: XiaoHongShuClient browser_context: BrowserContext def __init__(self) -> None: @@ -68,7 +68,7 @@ async def start(self) -> None: # Create...