""" @author: luojunhui """ from tasks.crawler_tasks.crawler_video.crawler_sph_videos import CrawlerChannelAccountVideos if __name__ == "__main__": crawler_channel_account_videos = CrawlerChannelAccountVideos() crawler_channel_account_videos.deal()