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

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

@ -1187,7 +1187,7 @@ function download(
subs2 || subLangs, subs2 || subLangs,
"--no-playlist", "--no-playlist",
"--embed-metadata", "--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, cookieArg,
browser, browser,
configArg, configArg,

Loading…
Cancel
Save