diff options
-rw-r--r-- | app/ytdl.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/ytdl.py b/app/ytdl.py index 764b770..f9084e3 100644 --- a/app/ytdl.py +++ b/app/ytdl.py @@ -149,6 +149,7 @@ class DownloadQueue: 'quiet': True,
'no_color': True,
'extract_flat': True,
+ **self.config.YTDL_OPTIONS,
}).extract_info(url, download=False)
async def __add_entry(self, entry, quality, format, already):
|