from src.core.ydl import VideoDownloader def get_downloader(link: str, opts: dict): return VideoDownloader(link=link, ydl_opts=opts)