ganlnyn0000
Results
1
issues of
ganlnyn0000
我使用最新版本,替换了test.yaml中的Cookie,下面是测试代码: async with DouyinCrawler(TestConfigManager.get_test_config("douyin")) as crawler: sec_uid = "MS4wLjABAAAARHbYBn84JChECWkdFOJ0r8t6jaxCS6VNSCGl4SpP0pE" params = UserProfile( sec_user_id=sec_uid, ) response = await crawler.fetch_user_profile(params) assert response, "Failed to fetch user profile" print(f"aweme_count: {response.get('user').get('aweme_count')}") max_cursor = 0...
提问(question)