@@ -11,3 +11,4 @@ user.db
.idea/*
data.json
**/node_modules
+js/*bundle.js
@@ -331,7 +331,7 @@ detail = async (url, platform) => {
format["originUrl"] = format["url"]
}
for (let format of originFormats) {
- if (!format["url"]) {
+ if (format["signatureCipher"] || !format["url"]) {
format["url"] = await signUrl(format["signatureCipher"], baseJsUrl, platform);
if (format["url"]) {