|
@@ -329,9 +329,9 @@ detail = async (url, platform) => {
|
|
|
console.log(format);
|
|
|
}
|
|
|
if (format && formatIds.indexOf(format['itag']) === -1) {
|
|
|
- if (!format["url"]) {
|
|
|
- format["url"] = await signUrl(format["signatureCipher"], baseJsUrl, platform);
|
|
|
- }
|
|
|
+ // if (!format["url"]) {
|
|
|
+ // format["url"] = await signUrl(format["signatureCipher"], baseJsUrl, platform);
|
|
|
+ // }
|
|
|
if (format["url"]) {
|
|
|
const {vcodec, acodec} = parseCodecs(format)
|
|
|
if (vcodec && acodec) {
|