update PG

This commit is contained in:
qist
2023-09-25 09:52:26 +08:00
parent da320b14e2
commit 4c5e0b8a1d
16 changed files with 131 additions and 142 deletions

View File

@@ -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);