mirror of
https://github.com/qist/tvbox.git
synced 2025-10-28 02:32:16 +00:00
update HG
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
"图片是否需要代理": "0",
|
||||
"是否开启获取首页数据": "1",
|
||||
"首页推荐链接": "https://www.jiketv.com",
|
||||
"首页列表数组规则": "body&&.module-main.tab-list.active",
|
||||
"首页列表数组规则": "body&&.module-items",
|
||||
"首页片单列表数组规则": ".module-item",
|
||||
"首页片单是否Jsoup写法": "1",
|
||||
"分类起始页码": "1",
|
||||
"分类链接": "https://www.jiketv.com/index.php/show/{cateId}/area/{area}/by/{by}/class/{class}/lang/{lang}/page/{catePg}/year/{year}.html",
|
||||
"分类链接": "https://www.jiketv.com/index.php/show/{cateId}/by/{by}/class/{class}/page/{catePg}.html",
|
||||
"分类名称": "电影&电视剧&综艺&动漫",
|
||||
"分类名称替换词": "1&2&3&4",
|
||||
//"筛选数据": {},
|
||||
@@ -38,20 +38,20 @@
|
||||
"分类片单是否Jsoup写法": "1",
|
||||
"分类片单标题": "a&&title",
|
||||
"分类片单链接": "a&&href",
|
||||
"分类片单图片": ".lazyload&&data-original",
|
||||
"分类片单副标题": ".module-item-note&&Text",
|
||||
"分类片单图片": ".lazyloaded||.lazyload&&data-src||data-original",
|
||||
"分类片单副标题": ".module-item-note||.module-item-text&&Text",
|
||||
"分类片单链接加前缀": "https://www.jiketv.com",
|
||||
"分类片单链接加后缀": "",
|
||||
"搜索请求头参数": "User-Agent$MOBILE_UA",
|
||||
"搜索链接": "https://www.jiketv.com/index.php/search.html?wd={wd}",
|
||||
"搜索链接": "https://www.jiketv.com/index.php/search/page/{SearchPg}/wd/{wd}.html",
|
||||
"POST请求数据": "",
|
||||
"搜索截取模式": "1",
|
||||
"搜索列表数组规则": "body&&.module-item",
|
||||
"搜索列表数组规则": "body&&.module-search-item",
|
||||
"搜索片单是否Jsoup写法": "1",
|
||||
"搜索片单图片": ".lazyload&&data-original",
|
||||
"搜索片单标题": ".module-card-item-title&&Text",
|
||||
"搜索片单图片": ".lazyload&&data-src",
|
||||
"搜索片单标题": "h3&&Text",
|
||||
"搜索片单链接": "a&&href",
|
||||
"搜索片单副标题": ".module-item-note&&Text",
|
||||
"搜索片单副标题": ".video-serial&&Text",
|
||||
"搜索片单链接加前缀": "https://www.jiketv.com",
|
||||
"搜索片单链接加后缀": "",
|
||||
"链接是否直接播放": "0",
|
||||
@@ -64,10 +64,10 @@
|
||||
"地区详情": "",
|
||||
"演员详情": "主演:</span>&&</div>",
|
||||
"简介详情": "introduction\">&&</p>",
|
||||
"线路列表数组规则": "#y-playList&&.module-tab-item",
|
||||
"线路列表数组规则": ".module-player-tab&&.module-tab-item",
|
||||
"线路标题": "Text",
|
||||
"播放列表数组规则": "body&&.module-play-list-content",
|
||||
"选集列表数组规则": "a",
|
||||
"播放列表数组规则": "body&&.module-player-list:has(.scroll-content)",
|
||||
"选集列表数组规则": ".scroll-content&&a",
|
||||
"选集标题链接是否Jsoup写法": "1",
|
||||
"选集标题": "a&&Text",
|
||||
"选集链接": "a&&href",
|
||||
|
||||
Reference in New Issue
Block a user