增加&更新源
This commit is contained in:
parent
c96da9c8e2
commit
5cad505d11
@ -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 = {
|
var rule = {
|
||||||
title: 'HG影院[V2]', // csp_AppYsV2
|
title: 'HG影院[V2]', // csp_AppYsV2
|
||||||
host: 'http://bbq.1006.tk',
|
host: 'http://bbq.1006.tk',
|
||||||
@ -38,7 +22,7 @@ var rule = {
|
|||||||
class_name:'4k影视剧&4k影视片&综艺&4k动漫', // 分类筛选 /api.php/v1.vod/types
|
class_name:'4k影视剧&4k影视片&综艺&4k动漫', // 分类筛选 /api.php/v1.vod/types
|
||||||
class_url:'2&1&3&4',
|
class_url:'2&1&3&4',
|
||||||
play_parse:true,
|
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,
|
limit:6,
|
||||||
// 推荐:'json:data.zhui.vod_list;*;*;*;*',
|
// 推荐:'json:data.zhui.vod_list;*;*;*;*',
|
||||||
推荐:'*',
|
推荐:'*',
|
||||||
@ -1 +1 @@
|
|||||||
3.9.42beta10
|
3.9.42beta11
|
||||||
29
js/中华听书网.js
Normal file
29
js/中华听书网.js
Normal file
@ -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',
|
||||||
|
},
|
||||||
|
搜索:'*',
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user