use YTDL_OPTIONS while reading video info (closes #58)
This commit is contained in:
parent
05824a148e
commit
6996e61f06
|
|
@ -149,6 +149,7 @@ class DownloadQueue:
|
||||||
'quiet': True,
|
'quiet': True,
|
||||||
'no_color': True,
|
'no_color': True,
|
||||||
'extract_flat': True,
|
'extract_flat': True,
|
||||||
|
**self.config.YTDL_OPTIONS,
|
||||||
}).extract_info(url, download=False)
|
}).extract_info(url, download=False)
|
||||||
|
|
||||||
async def __add_entry(self, entry, quality, format, already):
|
async def __add_entry(self, entry, quality, format, already):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue