Add files via upload

This commit is contained in:
gaotianliuyun
2023-04-21 21:43:48 +08:00
committed by GitHub
parent 28d59941f5
commit 5a5f6027b4
4 changed files with 36 additions and 43 deletions

View File

@@ -19,7 +19,7 @@
//分类链接起始页码,禁止负数和含小数点。
"firstpage": "1",
//分类链接,{cateId}是分类,{catePg}是页码,第一页没有页码的可以这样写 第二页链接[firstPage=第一页的链接]
"class_url": "https://www.dygang.cc/{cateId}/index_{catePg}.htm[firstPage=https://www.dygang.cc/{cateId}/index.htm]",
"class_url": "https://www.dygang.tv/{cateId}/index_{catePg}.htm[firstPage=https://www.dygang.cc/{cateId}/index.htm]",
//分类名分类1&分类2&分类3
"class_name": "最新电影&经典高清&国配电影&经典港片&国剧&日韩剧&美剧&综艺&动漫&纪录片&高清原盘&4K高清区&3D电影&电影专题",
//分类名替换词替换词1&替换词2&替换词3替换词包含英文&的用两个中文代替示例id=0&id=1
@@ -42,35 +42,35 @@
//分类片单副标题
"cat_subtitle":"[align=center]&&Text",
//分类片单链接补前缀
"cat_prefix": "https://www.dygang.cc",
"cat_prefix": "https://www.dygang.tv",
//分类片单链接补后缀
"cat_suffix": "",
//搜索请求头参数,不填则默认okhttp/3.12.11可填MOBILE_UA或PC_UA使用内置的手机版或电脑版UA
//多个请求头参数写法示例,键名$键值,每一组用#分开。"User-Agent$PC_UA#Referer$http://ww.baidu.com#Cookie$ser=ok"。
"SHeaders":"User-Agent$PC_UA",
"SHeaders":"User-Agent$PC_UA#Content-Type$charset=gb2312",
//搜索链接,搜索关键字用{wd}表示post请求的最后面加;post
//POST链接示例 http://www.lezhutv.com/index.php?m=vod-search;post
"search_url": "https://www.dyg123.net/e/search/index.php;post",
"search_url": "https://www.dygang.tv/e/search/index123.php;post",
//POST搜索body填写搜索关键字的键值一般常见的是searchword和wd不是POST搜索的可留空或删除。
"sea_PtBody":"keyboard={wd}&submit=搜+索&show=title,zhuyan&tempid=1",
"sea_PtBody":"keyboard={wd}&submit=搜+索&show=title,smalltext&tempid=1&tbname=article",
//搜索截取模式,0为json搜索只支持列表在list数组里的其它数字为网页截取。
"search_mode": "0",
"search_mode": "1",
//搜索列表数组定位不填默认内置list最多支持3层能力有限不是所有页面都能支持。
"sea_arr_rule": "",
"sea_arr_rule": "body&&table[width=388]",
//搜索片单信息jsoup与xb截取写法切换只作用于html网页1为jsoup写法(默认)0为xb写法
"sea_is_jsoup":"1",
//搜索片单图片,支持自定义图片链接
"sea_pic": "",
"sea_pic": "img&&src",
//搜索片单标题
"sea_title": "",
"sea_title": "img&&alt",
//搜索片单链接
"sea_url": "",
"sea_url": "a&&href",
//搜索片单副标题
"sea_subtitle":"",
//搜索片单链接补前缀
"search_prefix": "",
"search_prefix": "https://www.dygang.tv",
//搜索片单链接补后缀这个一般json搜索的需要
"search_suffix": "",