luojunhui hai 3 meses
pai
achega
85570eaf9c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: