""" @author: luojunhui """ from cold_start.crawler.baidu import BaiduVideoCrawler if __name__ == '__main__': task = BaiduVideoCrawler() task.deal()