From 6c71bc19899068b24b989d56b10745ecbd210e24 Mon Sep 17 00:00:00 2001 From: ArabCoders Date: Mon, 27 Nov 2023 23:32:42 +0300 Subject: [PATCH] Enable verbose on ExtractInfo --- app/src/DownloadQueue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/DownloadQueue.py b/app/src/DownloadQueue.py index 42949b5f..b504877d 100644 --- a/app/src/DownloadQueue.py +++ b/app/src/DownloadQueue.py @@ -182,7 +182,7 @@ class DownloadQueue: ExtractInfo, mergeConfig(self.config.ytdl_options, ytdlp_config), url, - bool(self.config.ytdl_debug) + True ) if not entry: return {