mirror of
https://github.com/letian1650/N3RD.git
synced 2025-02-02 09:14:49 +08:00
Add files via upload
This commit is contained in:
parent
49cdfd215b
commit
1012d227d5
@ -68,7 +68,7 @@ for(const it in json.finalList){
|
|||||||
}
|
}
|
||||||
let desc = json.finalList[it]["source"]["name_zh"];
|
let desc = json.finalList[it]["source"]["name_zh"];
|
||||||
let img = json.finalList[it]["source"]["avatar"];
|
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];
|
let burl = "https://" + matches[1] + matches[2];
|
||||||
if (title.includes(KEY)){
|
if (title.includes(KEY)){
|
||||||
log("meow search title,url,img>>>>>>>>>>>>>>>" + title + ",[" + burl + "], " + img);
|
log("meow search title,url,img>>>>>>>>>>>>>>>" + title + ",[" + burl + "], " + img);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user