run_baidu_video_crawler.py 156 B

12345678
  1. """
  2. @author: luojunhui
  3. """
  4. from cold_start.crawler.baidu import BaiduVideoCrawler
  5. if __name__ == '__main__':
  6. task = BaiduVideoCrawler()
  7. task.deal()