mirror of
https://github.com/qist/tvbox.git
synced 2025-10-27 18:22:47 +00:00
update FM
This commit is contained in:
@@ -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": "",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user