12345678910111213141516171819202122232425 |
- var rule = {
- title:'JangoIndex',
-
- host:'https://jango-index.tk',
- url: 'fyclass',
- searchUrl: '/?search=**',
- searchable:2,
- quickSearch:0,
- filterable:0,
- headers:{
- 'User-Agent': 'MOBILE_UA'
- },
- timeout:5000,
- class_name:'网站限制,只显示最新前百首歌曲,可利用搜索获取其他歌曲',
- class_url:'/',
- play_parse:true,
- pagecount:{"/":1},
- lazy:'',
- limit:6,
- 推荐: '*',
-
- 一级: 'body&&table:gt(1);audio&&title;img&&data-src;img&&title;a&&href',
- 二级: '*',
- 搜索: '*',
- }
|