From b662fce2b7db6721b161c56e4042dd701f9c822b Mon Sep 17 00:00:00 2001 From: 1028 dokiss <629371505@qq.com> Date: Tue, 30 Apr 2024 23:55:14 +0000 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=B0=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/A8音乐.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 js/A8音乐.js diff --git a/js/A8音乐.js b/js/A8音乐.js new file mode 100644 index 0000000..f1c122d --- /dev/null +++ b/js/A8音乐.js @@ -0,0 +1,20 @@ +var rule = { + title:'A8音乐', + host:'http://v.a8.com', + url:'/category/fyclass?p=fypage', + searchUrl:'/search?t=**', + searchable:2, + quickSearch:0, + headers:{ + 'User-Agent':'MOBILE_UA', + }, + class_parse: '.categorys-inner li:gt(1):lt(7);a&&Text;a&&href;.*/(\\d+)', + timeout:5000, + limit:6, + play_parse:true, + lazy:'js:let html=request(input);let purl=jsp.pdfh(html,".video-js&&source&&src");input={jx:0,url:purl,parse:0}', + 推荐: '.v-list-body:eq(1)&&.v_item;*;*;*;*', + 一级: '.list-div&&.v_item;img&&alt;img&&data-original;.v-time&&Text;a&&href', + 二级:'*', + 搜索:'.v-list-body&&.v_item;*;*;*;*', +}