Pārlūkot izejas kodu

视频号抓取任务

luojunhui 6 mēneši atpakaļ
vecāks
revīzija
3420cead55
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      tasks/crawler_channel_account_videos.py

+ 0 - 1
tasks/crawler_channel_account_videos.py

@@ -128,7 +128,6 @@ class CrawlerChannelAccountVideos:
             response_data = response["data"]
             last_buffer = response_data["lastBuffer"]
             continue_flag = response_data["continueFlag"]
-            print("last_buffer: ", last_buffer)
             video_list = response_data["object"]
             create_timestamp = video_list[0]['createtime']
             if create_timestamp < 1704038400: