From 86a0bd50b50dad1c99aadbf424cec1d47ff2ae07 Mon Sep 17 00:00:00 2001 From: aandrew-me Date: Thu, 10 Oct 2024 19:33:50 +0300 Subject: [PATCH] Disable embedding metadata to fix section download --- src/renderer.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/renderer.js b/src/renderer.js index 956ce1e..3d034ab 100644 --- a/src/renderer.js +++ b/src/renderer.js @@ -1106,7 +1106,7 @@ function download( subs1 || subs, subs2 || subLangs, "--no-playlist", - "--embed-metadata", + // "--embed-metadata", ext == "mp4" && audioForVideoExt === "m4a" && extractor_key === "Youtube" && os.platform() !== "darwin" ? "--embed-thumbnail" : "", configArg, configTxt, @@ -1149,7 +1149,7 @@ function download( "--ffmpeg-location", ffmpeg, "--no-playlist", - "--embed-metadata", + // "--embed-metadata", (extractFormat1 == "m4a" || extractFormat1 == "mp3") && extractor_key === "Youtube" && os.platform() !== "darwin" ? "--embed-thumbnail" : "", @@ -1186,7 +1186,7 @@ function download( subs1 || subs, subs2 || subLangs, "--no-playlist", - "--embed-metadata", + // "--embed-metadata", (ext == "m4a" || ext == "mp4") && extractor_key === "Youtube" && os.platform() !== "darwin" ? "--embed-thumbnail" : "", cookieArg, browser,