1
This commit is contained in:
parent
2f8748592d
commit
7d71172b5b
26
JS/js/BT影视.js
Normal file
26
JS/js/BT影视.js
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
var rule = {
|
||||||
|
title: 'BT影视',
|
||||||
|
host: 'https://www.btbtl.com/',
|
||||||
|
url: '/type/fyclass/fypage/',
|
||||||
|
searchUrl: '/search/**',
|
||||||
|
searchable: 2,
|
||||||
|
quickSearch: 0,
|
||||||
|
filterable: 0,
|
||||||
|
class_parse: '.nav-menu-items&&li;a&&Text;a&&href;.*/(.*?)/',
|
||||||
|
play_parse: true,
|
||||||
|
lazy: "",
|
||||||
|
limit: 6,
|
||||||
|
double: true,
|
||||||
|
推荐: '.module-list;.module-items&&.module-item;a&&title;img&&data-src;.video-class&&Text;a&&href',
|
||||||
|
一级: '.module-items .module-item;a&&title;img&&data-src;.module-item-caption&&Text;a&&href',
|
||||||
|
二级: {
|
||||||
|
title: 'h1&&Text;.tag-link&&Text',
|
||||||
|
img: '.module-item-pic&&img&&data-src',
|
||||||
|
desc: '.video-info-items:eq(3)&&Text;.tag-link:eq(2)&&Text;.tag-link:eq(1)&&Text;.video-info-items:eq(1)&&Text;.video-info-items:eq(0)&&Text',
|
||||||
|
content: '.vod_content&&Text',
|
||||||
|
tabs: '.module-tab-item',
|
||||||
|
lists: '.module-player-list:eq(#id)&&a',
|
||||||
|
tab_text: 'div--small&&Text',
|
||||||
|
},
|
||||||
|
搜索: '.module-item;a&&title;img&&data-src;.video-class&&Text;a&&href',
|
||||||
|
}
|
||||||
10
tvbox2.json
10
tvbox2.json
|
|
@ -99,6 +99,16 @@
|
||||||
"filterable": 1,
|
"filterable": 1,
|
||||||
"ext": "./JS/js/毒蛇电影.js"
|
"ext": "./JS/js/毒蛇电影.js"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"key": "drpy_js_BT",
|
||||||
|
"name": "BT┃JS",
|
||||||
|
"type": 3,
|
||||||
|
"api": "https://git.acwing.com/iduoduo/orange/-/raw/main/drpy_libs/drpy2.min.js",
|
||||||
|
"searchable": 1,
|
||||||
|
"quickSearch": 1,
|
||||||
|
"filterable": 1,
|
||||||
|
"ext": "./JS/js/BT影视.js"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"key": "hipy_js_多多追剧[优]",
|
"key": "hipy_js_多多追剧[优]",
|
||||||
"name": "多多┃追剧",
|
"name": "多多┃追剧",
|
||||||
|
|
|
||||||
|
|
@ -1,24 +1,11 @@
|
||||||
{
|
{
|
||||||
"二次截取": "class=\"module-items&&class=\"module-footer",
|
"跳转数组": "<a&&</a[包含:tdown]",
|
||||||
"数组": "class=\"module-item\"&&class=\"module-item\"",
|
"跳转链接": "href=\"&&\"",
|
||||||
"标题": "title=\"&&\"",
|
|
||||||
"副标题": "class=\"module-item-caption\">&&</div",
|
|
||||||
"链接": "href=\"&&\"",
|
|
||||||
"搜索url": "https://www.btbtl.com/search/{wd}",
|
"搜索url": "https://www.btbtl.com/search/{wd}",
|
||||||
"搜索数组": "class=\"module-item-pic&&</div",
|
"跳转链接前缀": "https://www.btbtl.com",
|
||||||
"搜索模式": "1",
|
"跳转链接后缀": "",
|
||||||
"多线二次截取": "class=\"module-row-info&&立即下载",
|
|
||||||
"多线数组": "class=\"module-row-text&&</a",
|
|
||||||
"多线链接": "href=\"&&\"",
|
|
||||||
"多线链接前缀": "",
|
|
||||||
"多线链接后缀": "",
|
|
||||||
"播放数组": "class=\"video-info-footer&&</div[不包含:文件]",
|
"播放数组": "class=\"video-info-footer&&</div[不包含:文件]",
|
||||||
"列表二次截取": "",
|
"播放链接": "href=\"&&\"[包含:magnet]",
|
||||||
"播放列表": "<a&&<svg",
|
|
||||||
"播放标题": "title=\"&&\"",
|
|
||||||
"播放链接": "href=\"magnet:?xt=urn:btih:&&\"",
|
|
||||||
"播放链接前缀": "magnet:?xt=urn:btih:",
|
|
||||||
"播放链接后缀": "",
|
|
||||||
"分类": "电影$movies#电视剧$tv",
|
"分类": "电影$movies#电视剧$tv",
|
||||||
"分类url": "https://www.btbtl.com/type/{cateId}/{catePg}/"
|
"分类url": "https://www.btbtl.com/type/{cateId}/{catePg}/"
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user