Update resource-parser.js

This commit is contained in:
Shawn
2023-04-11 11:13:25 +08:00
parent 46d7b145af
commit 3a85bbc4ec

View File

@@ -1,5 +1,5 @@
/** /**
☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2023-04-10 14:35⟧ ☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2023-04-11 11:35⟧
---------------------------------------------------------- ----------------------------------------------------------
🛠 发现 𝐁𝐔𝐆 请反馈: https://t.me/Shawn_Parser_Bot 🛠 发现 𝐁𝐔𝐆 请反馈: https://t.me/Shawn_Parser_Bot
⛳️ 关注 🆃🅶 相关频道: https://t.me/QuanX_API ⛳️ 关注 🆃🅶 相关频道: https://t.me/QuanX_API
@@ -659,6 +659,9 @@ function Type_Check(subs) {
Perror = 1 ; // 无需反馈 Perror = 1 ; // 无需反馈
$notify("⚠️ 你导入的链接内容为 JS 脚本","🚥 脚本内未有重写规则,无法解析使用", " 请⚠️不要⚠️跑来解析器🤖️反馈 \n"+link0) $notify("⚠️ 你导入的链接内容为 JS 脚本","🚥 脚本内未有重写规则,无法解析使用", " 请⚠️不要⚠️跑来解析器🤖️反馈 \n"+link0)
type = "JS-0" type = "JS-0"
} else if (typeQ =="server" && subs.length>100) { // 一些未知的b64 encode server case
typec="server-b64-unknown"
type = (typeQ == "unsupported" || typeQ =="server")? "Subs-B64Encode":"wrong-field"
} //else if (typeQ == "URI") } //else if (typeQ == "URI")
// 用于通知判断类型debug // 用于通知判断类型debug
if(typeU == "X"){ if(typeU == "X"){