Browse Source

developing

luojunhui 3 months ago
parent
commit
85570eaf9c
1 changed files with 1 additions and 1 deletions
  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: