上传文件至 js

This commit is contained in:
aliluya
2023-10-20 08:34:33 +00:00
parent 69dbdfe2ed
commit f6b1026a68
5 changed files with 280 additions and 1 deletions

View File

@ -17,7 +17,8 @@ var rule = {
},
class_parse: '.grid-items&&li:gt(0):lt(8);a&&title;a&&href;.*/(.*?).html',
// searchUrl: '/vodsearch/page/fypage/wd/**.html',
searchUrl:'/index.php/ajax/suggest?mid=1&wd=**',
searchUrl:'/index.php/ajax/suggest?mid=1&wd=**&limit=50',
detailUrl:'/voddetail/fyid.html', //非必填,二级详情拼接链接
lazy:"js:var html=JSON.parse(request(input).match(/r player_.*?=(.*?)</)[1]);var url=html.url;if(html.encrypt=='1'){url=unescape(url)}else if(html.encrypt=='2'){url=unescape(base64Decode(url))}if(/m3u8|mp4/.test(url)){input=url}else{input}",
搜索:'json:list;name;pic;;id',
}