浏览代码

develop baidu video downloader

luojunhui 8 月之前
父节点
当前提交
71c81d4fce
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      coldStartTasks/crawler/baidu/video_crawler.py

+ 1 - 1
coldStartTasks/crawler/baidu/video_crawler.py

@@ -196,5 +196,5 @@ class BaiduVideoCrawler(object):
         deal
         """
         account_list = self.get_account_list()
-        for account in account_list[9:]:
+        for account in account_list[8:]:
             self.crawler_each_account(account)