tvbox/js/爱车MV.js

23 lines
590 B
JavaScript
Raw Normal View History

2022-10-23 09:12:14 +08:00
var rule = {
title:'爱车MV',
host:'https://www.ichemv.com',
homeUrl:'/mv/',
url:'/mv/fyclass_fypage.html',
2023-03-24 22:22:33 +08:00
searchUrl:'/search.php?key=**&pages=fypage',
2022-10-23 09:12:14 +08:00
searchable:2,
quickSearch:0,
2023-03-24 22:22:33 +08:00
class_parse:'.lei_fl&&li;a&&Text;a&&href;.*/(\\d+)_1.html',
2022-10-23 09:12:14 +08:00
headers:{
'User-Agent':'MOBILE_UA'
},
timeout:5000,
play_parse:true,
lazy:'',
limit:6,
double:false,
推荐:'*',
2023-03-24 22:22:33 +08:00
一级: '.mv_list&&li;a&&title;img&&data-src;;a&&href',
2022-10-23 09:12:14 +08:00
二级:'*',
2023-03-24 22:22:33 +08:00
搜索:'.sp_list&&li;a&&title;img&&data-src;.singer&&Text;a&&href;.hits&&Text',
2022-10-23 09:12:14 +08:00
}