diff --git a/src/front/cobalt.js b/src/front/cobalt.js index 37662df..58905b3 100644 --- a/src/front/cobalt.js +++ b/src/front/cobalt.js @@ -395,17 +395,9 @@ async function download(url) { break; case "picker": if (j.audio && j.picker) { - changeDownloadButton(2, '?..') - fetch(`${j.audio}&p=1`).then(async (res) => { - let jp = await res.json(); - if (jp.status === "continue") { - changeDownloadButton(2, '>>>'); - popup('picker', 1, { audio: j.audio, arr: j.picker, type: j.pickerType }); - setTimeout(() => { changeButton(1) }, 2500); - } else { - changeButton(0, jp.text); - } - }).catch((error) => internetError()); + changeDownloadButton(2, '>>>'); + popup('picker', 1, { audio: j.audio, arr: j.picker, type: j.pickerType }); + setTimeout(() => { changeButton(1) }, 2500); } else if (j.picker) { changeDownloadButton(2, '>>>'); popup('picker', 1, { arr: j.picker, type: j.pickerType }); diff --git a/src/modules/sub/utils.js b/src/modules/sub/utils.js index 52b54bc..e0e55f6 100644 --- a/src/modules/sub/utils.js +++ b/src/modules/sub/utils.js @@ -27,7 +27,7 @@ export function apiJSON(type, obj) { switch (obj.service) { case "douyin": case "tiktok": - audio = createStream(obj) + audio = obj.u pickerType = "images" break; }