diff --git a/js/HG影院[V2].jsd b/js/HG影院[V2].js similarity index 94% rename from js/HG影院[V2].jsd rename to js/HG影院[V2].js index 80a32e2..d5923f0 100644 --- a/js/HG影院[V2].jsd +++ b/js/HG影院[V2].js @@ -1,19 +1,3 @@ -/* -* 播放器要改成 EXO 或 配置添加 "playerType":2 -* [影视TV]不用改,预设播放器就是EXO -* 配置: - { - "key":"dr_HG影院[V2]", - "name":"HG影院[V2](drpy)", - "type":3, - "api":"https://ghproxy.net/https://raw.githubusercontent.com/hjdhnx/dr_py/main/libs/drpy2.min.js", - "searchable":2, - "quickSearch":0, - "filterable":1, - "ext":"https://ghproxy.net/https://raw.githubusercontent.com/hjdhnx/dr_py/main/js/HG影院[V2].js", - "playerType":2 - }, -*/ var rule = { title: 'HG影院[V2]', // csp_AppYsV2 host: 'http://bbq.1006.tk', @@ -38,7 +22,7 @@ var rule = { class_name:'4k影视剧&4k影视片&综艺&4k动漫', // 分类筛选 /api.php/v1.vod/types class_url:'2&1&3&4', play_parse:true, - lazy:'js:input = /mp4/.test(input)?{jx:0,url:input,parse:0}:input', + // lazy:'js:input = /mp4/.test(input)?{jx:0,url:input,parse:0}:input', limit:6, // 推荐:'json:data.zhui.vod_list;*;*;*;*', 推荐:'*', diff --git a/js/version.txt b/js/version.txt index d4dac29..c8c4b7a 100644 --- a/js/version.txt +++ b/js/version.txt @@ -1 +1 @@ -3.9.42beta10 \ No newline at end of file +3.9.42beta11 \ No newline at end of file diff --git a/js/中华听书网.js b/js/中华听书网.js new file mode 100644 index 0000000..6f2eead --- /dev/null +++ b/js/中华听书网.js @@ -0,0 +1,29 @@ +// 搜索验证 +var rule = { + title:'中华听书网', + host:'https://www.tingshucn.com', + url:'/list/fyclass-fypage.html', + searchUrl:'/search.php?page=fypage#searchword=**&searchtype=;post', + searchable:2, + quickSearch:0, + headers:{ + 'User-Agent':'PC_UA' + }, + timeout:5000, + class_parse: '#news_nav&&li:has(a);a&&Text;a&&href;.*/(\\d+).html', + play_parse:true, + lazy:'', + limit:6, + 图片来源:'@Referer=https://www.tingshucn.com', + 推荐:'.layout_right:eq(0)&&li;*;*;em&&Text;*', + 一级:'.listBox&&li;img&&alt;img&&src;p:eq(0)&&span&&Text;a&&href', + 二级:{ + title:'h3&&Text;.webzi_top&&li:eq(4)&&Text', + img:'.pic&&img&&src', + desc:'.webzi_top&&li:eq(1)&&span&&Text;;;.webzi_top&&li:eq(3)&&Text;.webzi_top&&li:eq(2)&&Text', + content:'#idDIV--a&&Text', + tabs:'.content_jrtop:eq(0)&&li', + lists:'.videourl:eq(#id)&&li', + }, + 搜索:'*', +} \ No newline at end of file