FongMi影视和tvbox配置文件,如果喜欢,请Fork自用。使用前请仔细阅读仓库说明,一旦使用将被视为你已了解。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
gaotianliuyun/js/啦啦DJ.js

22 lines
694 B

var rule = {
title:'啦啦DJ',
host:'http://www.laladj.com',
// url: '/dance/id-fyclass-fypage.html',
url: '/fyclass-0-0-fypage',
searchUrl: '/search?search=**&page=fypage',
searchable:2,
quickSearch:0,
headers:{
'User-Agent': 'PC_UA'
},
timeout:5000,//网站的全局请求超时,默认是3000毫秒
class_parse:'.navbar&&.xcls0;a&&Text;a&&href;com/(.*)',
play_parse:true,
lazy:'js:input=input.replace("www","m")',
limit:6,
推荐: '.center_fl&&.recommended-list;li;img&&alt;img&&src;.index-music-hit--b&&Text;a&&href',
double: true, // 推荐内容是否双层定位
一级:'.list_musiclist&&.sbg;.t1&&Text;img&&src;.sc_2:eq(0)&&Text;a&&href',
二级: "*",
搜索: "*",
}