Browse Source

头条blogger接口完成

luojunhui 3 months ago
parent
commit
fc39953a2e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tasks/crawler_toutiao_account_videos.py

+ 1 - 0
tasks/crawler_toutiao_account_videos.py

@@ -91,6 +91,7 @@ class CrawlerToutiaoAccountVideos:
                 try:
                 try:
                     crawler_video_list_bar.set_postfix({"video_id": video["id"]})
                     crawler_video_list_bar.set_postfix({"video_id": video["id"]})
                     self.crawler_each_video(video)
                     self.crawler_each_video(video)
+
                 except Exception as e:
                 except Exception as e:
                     log(
                     log(
                         task="crawler_toutiao_account_videos",
                         task="crawler_toutiao_account_videos",