mirror of
https://github.com/letian1650/N3RD.git
synced 2025-01-24 19:45:01 +08:00
25 lines
737 B
JavaScript
25 lines
737 B
JavaScript
var rule = {
|
|
title: '啊哈DJ[听]',
|
|
host: 'https://m.ahadj.com',
|
|
url: '/music/id-fyclass-fypage.html',
|
|
class_parse: 'body&&.sort&&a;a&&Text;a&&href;(\\d+)',
|
|
hikerListCol: "movie_2",
|
|
hikerClassListCol: "movie_2",
|
|
searchable: 2,
|
|
quickSearch: 0,
|
|
filterable: 0,
|
|
headers: {
|
|
'User-Agent': 'MOBILE_UA',
|
|
},
|
|
play_parse: true,
|
|
lazy: $js.toString(() => {
|
|
let html = request(input);
|
|
let _url = pdfh(html, 'video&&source&&src');
|
|
input = {parse: 0, url: _url, js: ''};
|
|
}),
|
|
推荐: '*',
|
|
searchUrl: '/search/?key=**&page=fypage.html',
|
|
一级: '.yinyue_list&&li;a--span--span--span&&Text;img&&src;span&&Text;a&&href',
|
|
二级: '*',
|
|
搜索: '*',
|
|
} |