2024-04-23 14:57:01 +03:00

6 lines
139 B
Python

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