Selaa lähdekoodia

change backup url

luojunhui 2 kuukautta sitten
vanhempi
commit
08fc5b88e1
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      tasks/crawler_channel_account_videos.py

+ 1 - 1
tasks/crawler_channel_account_videos.py

@@ -42,7 +42,7 @@ class CrawlerChannelAccountVideos:
             last_buffer = response_data['lastBuffer']
             continue_flag = response_data['continueFlag']
             video_list = response_data['object']
-            for video in video_list[:1]:
+            for video in video_list:
                 video_id = str(video['id'])
                 account_name = video['nickname']
                 object_desc = video['objectDesc']