mirror of
https://github.com/qist/tvbox.git
synced 2026-06-15 06:03:22 +00:00
fix
This commit is contained in:
@@ -25,9 +25,9 @@ var rule = {
|
|||||||
},
|
},
|
||||||
searchUrl: '/vod/search.html?wd=**&submit=',
|
searchUrl: '/vod/search.html?wd=**&submit=',
|
||||||
searchable: 2,//是否启用全局搜索,
|
searchable: 2,//是否启用全局搜索,
|
||||||
headers: {
|
headers: {//网站的请求头,完整支持所有的,常带ua和cookies
|
||||||
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0',
|
'User-Agent': 'PC_UA',
|
||||||
},
|
},
|
||||||
quickSearch: 0,//是否启用快速搜索,
|
quickSearch: 0,//是否启用快速搜索,
|
||||||
filterable: 0,//是否启用分类筛选,
|
filterable: 0,//是否启用分类筛选,
|
||||||
play_parse: true,
|
play_parse: true,
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
var rule = {
|
var rule = {
|
||||||
title: '农民影视',
|
title: '农民影视',
|
||||||
//host:'https://www.nmddd.com',
|
//host:'https://www.nmddd.com',
|
||||||
host: 'https://wwgz.cn',
|
host: 'https://m.wwgz.cn',
|
||||||
// hostJs: 'print(HOST);let html=request(HOST,{headers:{"User-Agent":MOBILE_UA}});let src = jsp.pdfh(html,"body&&a:eq(0)&&href");print(src);HOST=src',
|
// hostJs: 'print(HOST);let html=request(HOST,{headers:{"User-Agent":MOBILE_UA}});let src = jsp.pdfh(html,"body&&a:eq(0)&&href");print(src);HOST=src',
|
||||||
url: '/vod-list-id-fyfilter.html',
|
url: '/vod-list-id-fyfilter.html',
|
||||||
// /vod-list-id-2-pg-1-order--by-time-class-0-year-2023-letter--area--lang-.html
|
// /vod-list-id-2-pg-1-order--by-time-class-0-year-2023-letter--area--lang-.html
|
||||||
|
|||||||
Reference in New Issue
Block a user