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