From 85c14c384725fc925cbab7d2a6ae8eaea0c29d49 Mon Sep 17 00:00:00 2001 From: tloook Date: Sat, 31 Dec 2022 13:54:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=A7=8D=E5=AD=90=E9=9F=B3?= =?UTF-8?q?=E4=B9=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...15\345\255\220\351\237\263\344\271\220.js" | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 "js/\347\247\215\345\255\220\351\237\263\344\271\220.js" diff --git "a/js/\347\247\215\345\255\220\351\237\263\344\271\220.js" "b/js/\347\247\215\345\255\220\351\237\263\344\271\220.js" new file mode 100644 index 0000000..d332133 --- /dev/null +++ "b/js/\347\247\215\345\255\220\351\237\263\344\271\220.js" @@ -0,0 +1,25 @@ +var rule = { + title:'种子音乐', + host:'https://www.zz123.com', + homeUrl:'/list/mszm.htm?page=1', + url:'/list/fyclass.htm?page=fypage', + searchable:2, + quickSearch:0, + headers:{ + 'User-Agent':'MOBILE_UA', + 'referer' : 'https://www.zz123.com/', + }, + class_parse: '.taglist li;.tagitem&&data-name;.tagitem&&data-id', + play_parse:true, + lazy:"js:input=input.replace(/play\\/(\\w+)\\.htm/,'ajax/?act=songinfo&id=$1&lang=');log(input);let mp3 = JSON.parse(request(input)).data.mp3;input={jx:0,url:mp3,parse:1,header:JSON.stringify({Referer:'https://www.zz123.com/'})}", + limit:6, + 图片来源:'@Referer=https://www.zz123.com/', + 推荐:"*", + 一级:'.mobile-list&&.mobile-list-item;.songname&&Text;.lazyload&&data-src;.authorname&&Text;a&&href', + 二级:'*', + // searchUrl:'/search/?key=**&page=fypage', + // 搜索:'*', + searchUrl:'/ajax/?act=search&key=**&lang=', + detailUrl:'/play/fyid.html', + 搜索:'json:data;mname;pic;sname;id', +} \ No newline at end of file -- GitLab