use YTDL_OPTIONS while reading video info (closes #58)

pull/62/head
Alex Shnitman 2021-09-25 15:26:29 +03:00
parent 05824a148e
commit 6996e61f06
1 changed files with 1 additions and 0 deletions

View File

@ -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):