""" @author: luojunhui @tool: pycharm && deepseek """ from applications.db import DatabaseConnector from config import long_articles_config from coldStartTasks.crawler.channels import get_channel_account_videos class CrawlerChannelAccountVideos: """ crawler channel account videos """ def __init__(self): self.db_client = DatabaseConnector(db_config=long_articles_config) self.db_client.connect()