From ee79b5416112371181317aedf3faad84e56de0ac Mon Sep 17 00:00:00 2001 From: 1028 dokiss <629371505@qq.com> Date: Tue, 30 Apr 2024 16:42:28 +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/爱上你听书网.js | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 js/爱上你听书网.js diff --git a/js/爱上你听书网.js b/js/爱上你听书网.js new file mode 100644 index 0000000..c71075f --- /dev/null +++ b/js/爱上你听书网.js @@ -0,0 +1,27 @@ +var rule = { + title:'爱上你听书网', + host:'https://www.230ts.net', + url:'/sort/fyclass/fypage.html', + searchUrl:'/search.html?searchtype=name&searchword=**&page=fypage', + searchable:2, + quickSearch:0, + headers:{ + 'User-Agent':'PC_UA' + }, + timeout:5000, + class_parse: '.nav-ol&&li:gt(0):lt(6);a&&Text;a&&href;.*/(\\w+).html', + play_parse:true, + lazy:'js:input=input.replace("www","wap")', + limit:6, + 推荐:'#myTab_Content1&&li;.tab-book-title&&Text;*;.tab-book-author&&Text;*', + 一级:'ul.list-works&&li;.list-book-dt--span&&Text;.lazy&&data-original;.book-author:eq(2)&&a&&Text;a&&href', + 二级:{ + title:'.book-cover&&alt;.book-info&&dd--span:eq(1)&&Text', + img:'.book-cover&&src', + desc:'.book-info&&dd:eq(4)&&Text;;;.book-info&&dd--span:eq(3)&&Text;.book-info&&dd--span:eq(2)&&Text', + content:'.book-des&&Text', + tabs:'.playlist-top&&h2', + lists:'#playlist:eq(#id)&&li', + }, + 搜索:'*', +} \ No newline at end of file