From 3a85bbc4ec475fd7b589395466e643dadb0ce0b2 Mon Sep 17 00:00:00 2001 From: Shawn <45581750+KOP-XIAO@users.noreply.github.com> Date: Tue, 11 Apr 2023 11:13:25 +0800 Subject: [PATCH] Update resource-parser.js --- Scripts/resource-parser.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Scripts/resource-parser.js b/Scripts/resource-parser.js index cd9bbba..29ca658 100644 --- a/Scripts/resource-parser.js +++ b/Scripts/resource-parser.js @@ -1,5 +1,5 @@ /** -☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2023-04-10 14:35⟧ +☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2023-04-11 11:35⟧ ---------------------------------------------------------- 🛠 发现 𝐁𝐔𝐆 请反馈: https://t.me/Shawn_Parser_Bot ⛳️ 关注 🆃🅶 相关频道: https://t.me/QuanX_API @@ -659,6 +659,9 @@ function Type_Check(subs) { Perror = 1 ; // 无需反馈 $notify("⚠️ 你导入的链接内容为 JS 脚本","🚥 脚本内未有重写规则,无法解析使用", " 请⚠️不要⚠️跑来解析器🤖️反馈 \n"+link0) 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") // 用于通知判断类型,debug if(typeU == "X"){