From 1012d227d57339911682ec4c5e5b9fbc5b03bca0 Mon Sep 17 00:00:00 2001 From: n3rddd <119649988+n3rddd@users.noreply.github.com> Date: Sun, 24 Sep 2023 21:06:23 +0800 Subject: [PATCH] Add files via upload --- JN/EXT/JS/meow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JN/EXT/JS/meow.js b/JN/EXT/JS/meow.js index 22f5fbd3..9062d6d4 100644 --- a/JN/EXT/JS/meow.js +++ b/JN/EXT/JS/meow.js @@ -68,7 +68,7 @@ for(const it in json.finalList){ } let desc = json.finalList[it]["source"]["name_zh"]; let img = json.finalList[it]["source"]["avatar"]; - let matches = text.match(/(www.aliyundrive.com|pan.quark.cn)([^? \\n]*)/); + let matches = text.match(/(www.aliyundrive.com|pan.quark.cn)([\\/0-9a-zA-Z\\+\\-_]*)/); let burl = "https://" + matches[1] + matches[2]; if (title.includes(KEY)){ log("meow search title,url,img>>>>>>>>>>>>>>>" + title + ",[" + burl + "], " + img);