update FM

This commit is contained in:
qist
2023-12-01 10:09:54 +08:00
parent 487a1bf98a
commit dacec049b0
74 changed files with 4645 additions and 6359 deletions

View File

@@ -17,7 +17,7 @@
//分类链接起始页码,禁止负数和含小数点。
"firstpage": "1",
//分类链接,{cateId}是分类,{catePg}是页码,第一页没有页码的可以这样写 第二页链接[firstPage=第一页的链接]
"class_url": "https://shdy3.com/list/{cateId}-{catePg}.html",
"class_url": "https://shdy2.com/list/{cateId}-{catePg}.html",
//分类名分类1&分类2&分类3
"class_name": "电影&电视剧&动漫",
//分类名替换词替换词1&替换词2&替换词3替换词包含英文&的用两个中文代替示例id=0&id=1
@@ -44,13 +44,13 @@
//分类截取片单链接,截取前缀&&截取后缀
"cat_url": "href=\"&&\"",
//分类片单链接补前缀
"cat_prefix": "https://shdy3.com",
"cat_prefix": "https://shdy2.com",
//分类片单链接补后缀
"cat_suffix": "",
//搜索链接,搜索关键字用{wd}表示post请求的最后面加;post
//POST链接示例 http://www.lezhutv.com/index.php?m=vod-search;post
"search_url": "https://shdy3.com/search.php?searchword={wd}",
"search_url": "https://shdy2.com/search.php?searchword={wd}",
//POST搜索body填写搜索关键字的键值一般常见的是searchword和wd不是POST搜索的可留空或删除。
"sea_PtBody":"",
//搜索模式,0为json搜索只支持列表在list数组里的其它为网页截取。
@@ -82,7 +82,7 @@
//搜索片单链接,截取前缀&&截取后缀
"sea_url": "href=\"&&\"",
//搜索片单链接补前缀
"search_prefix": "https://shdy3.com",
"search_prefix": "https://shdy2.com",
//搜索片单链接补后缀这个一般json搜索的需要
"search_suffix": "",
//搜索副标题,截取前缀&&截取后缀
@@ -143,7 +143,7 @@
//集数链接,截取前缀&&截取后缀
"epi_url": "href=\"&&\"",
//集数链接补前缀
"epiurl_prefix": "https://shdy3.com",
"epiurl_prefix": "https://shdy2.com",
//集数链接补后缀
"epiurl_suffix": "",