Enable verbose on ExtractInfo

This commit is contained in:
ArabCoders 2023-11-27 23:32:42 +03:00
parent ed94b36097
commit 6c71bc1989

View file

@ -182,7 +182,7 @@ class DownloadQueue:
ExtractInfo, ExtractInfo,
mergeConfig(self.config.ytdl_options, ytdlp_config), mergeConfig(self.config.ytdl_options, ytdlp_config),
url, url,
bool(self.config.ytdl_debug) True
) )
if not entry: if not entry:
return { return {