瀏覽代碼

change backup url

luojunhui 3 月之前
父節點
當前提交
73946c977d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tasks/crawler_channel_account_videos.py

+ 1 - 1
tasks/crawler_channel_account_videos.py

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