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