diff --git a/app/ytdl.py b/app/ytdl.py index 4aeb3e7..16a4fff 100644 --- a/app/ytdl.py +++ b/app/ytdl.py @@ -222,6 +222,7 @@ class DownloadQueue: 'no_color': True, 'extract_flat': True, 'ignore_no_formats_error': True, + 'paths': {"home": self.config.DOWNLOAD_DIR, "temp": self.config.TEMP_DIR}, **self.config.YTDL_OPTIONS, }).extract_info(url, download=False)