2022-10-22 16:31:48 +08:00
|
|
|
|
var rule = {
|
|
|
|
|
title:'酷奇MV',
|
|
|
|
|
host:'https://www.kuqimv.com',
|
|
|
|
|
homeUrl:'/play/',
|
|
|
|
|
url:'/play/fyclass_fypage.html',
|
2023-03-24 22:01:12 +08:00
|
|
|
|
searchUrl:'/search.php?key=**&pages=fypage',
|
2022-10-22 16:31:48 +08:00
|
|
|
|
searchable:2,
|
|
|
|
|
quickSearch:0,
|
2023-03-24 22:01:12 +08:00
|
|
|
|
class_parse:'.main:eq(1)&&li;a&&Text;a&&href;.*/(\\d+)_1.html',
|
2022-10-22 16:31:48 +08:00
|
|
|
|
headers:{
|
|
|
|
|
'User-Agent':'MOBILE_UA'
|
|
|
|
|
},
|
|
|
|
|
timeout:5000,
|
|
|
|
|
play_parse:true,
|
|
|
|
|
lazy:'',
|
|
|
|
|
limit:6,
|
|
|
|
|
double:false,
|
|
|
|
|
推荐:'*',
|
2023-03-24 22:01:12 +08:00
|
|
|
|
一级:'js:var d=[];pdfh=jsp.pdfh;pdfa=jsp.pdfa;pd=jsp.pd;var html=request(input);let list=pdfa(html,".mv_list&&li");list.forEach((it)=>{d.push({title:pdfh(it,".name&&Text"),desc:"🎤"+pdfh(it,".singer&&Text")+"|"+pdfh(it,".time&&Text"),pic_url:pd(it,"img&&src"),url:pd(it,"a&&href"),})});setResult(d);',
|
2022-10-22 16:31:48 +08:00
|
|
|
|
二级:'*',
|
2023-03-24 22:01:12 +08:00
|
|
|
|
搜索:'.video_list&&li;a&&title;;.singer&&Text;a&&href;.t_03:eq(1)&&Text',
|
2022-10-22 16:31:48 +08:00
|
|
|
|
}
|