crawler_sph_video.py 466 B

12345678910
  1. """
  2. @author: luojunhui
  3. """
  4. from tasks.crawler_channel_account_videos import CrawlerChannelAccountVideos
  5. if __name__ == '__main__':
  6. crawler_channel_account_videos = CrawlerChannelAccountVideos()
  7. account_id_list = ['v2_060000231003b20faec8c7e38d1fc0d3c60deb3cb077785c69d8019608ba83ca1448711fce38@finder']
  8. for account_id in account_id_list:
  9. crawler_channel_account_videos.crawler_each_account(channel_account_id=account_id, channel_account_name="")