浏览代码

developing

luojunhui 3 月之前
父节点
当前提交
85570eaf9c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tasks/crawler_accounts_by_association.py

+ 1 - 1
tasks/crawler_accounts_by_association.py

@@ -143,7 +143,7 @@ class ChannelAccountCrawler(CrawlerAccounts):
         search
         """
         search_response = search_in_wechat_channel(search_key=title, search_type=1)
-        print(search_response)
+        # print(search_response)
         video_list = search_response["data"]["data"][0]["subBoxes"]
         for video in tqdm(video_list, desc="crawler each video"):
             try: