pull/253/head v3.18.2
aandrew-me 2 years ago
parent b11b61fd7d
commit 6b5fcb3f6c

@ -561,7 +561,7 @@ function saveLinks() {
) {
count += 1;
let itemTitle;
itemTitle = i18n.__("Link") + " " + originalCount;
itemTitle = i18n.__("Link") + " " + count;
if (count > 1) {
getId(`p${count - 1}`).textContent = i18n.__("Link added");

@ -1187,7 +1187,7 @@ function download(
subs2 || subLangs,
"--no-playlist",
"--embed-metadata",
(ext == "m4a" || ext == "mp4") && extractor_key === "Youtube" ? "--embed-thumbnail" && os.platform() !== "darwin" : "",
(ext == "m4a" || ext == "mp4") && extractor_key === "Youtube" && os.platform() !== "darwin" ? "--embed-thumbnail" : "",
cookieArg,
browser,
configArg,

Loading…
Cancel
Save