Delete jumi.json
This commit is contained in:
parent
e1459c4309
commit
59123dc309
|
@ -1,67 +0,0 @@
|
||||||
{
|
|
||||||
"ua": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1",
|
|
||||||
"homeUrl": "https://jumi.tv",
|
|
||||||
"dcVipFlag": "true",
|
|
||||||
"pCfgJs": "https://jumi.tv/static/js/playerconfig.js",
|
|
||||||
"pCfgJsR": "[\\W|\\S|.]*?MacPlayerConfig.player_list[\\W|\\S|.]*?=([\\W|\\S|.]*?),MacPlayerConfig.downer_list",
|
|
||||||
"dcShow2Vip": {},
|
|
||||||
"dcPlayUrl": "true",
|
|
||||||
"cateNode": "//ul[contains(@class, 'myui-header__menu nav-menu')]/li[@class='dropdown-hover']//ul/li/a[contains(@href, 'type') and not(contains(@href, 'label'))]",
|
|
||||||
"cateName": "/text()",
|
|
||||||
"cateId": "/@href",
|
|
||||||
"cateIdR": "/type/(\\w+).html",
|
|
||||||
"cateManual": {},
|
|
||||||
"homeVodNode": "//div[contains(@class, 'col-lg-wide-75')]//ul[contains(@class,'myui-vodlist')]/li//a[contains(@class,'myui-vodlist__thumb')]",
|
|
||||||
"homeVodName": "/@title",
|
|
||||||
"homeVodId": "/@href",
|
|
||||||
"homeVodIdR": "/vod/(\\w+).html",
|
|
||||||
"homeVodImg": "/@data-original",
|
|
||||||
"homeVodImgR": "\\S+(http\\S+)",
|
|
||||||
"homeVodMark": "/span[contains(@class,'pic-text')]/text()",
|
|
||||||
"cateUrl": "https://jumi.tv/type/{cateId}-{catePg}.html",
|
|
||||||
"cateVodNode": "//ul[contains(@class,'myui-vodlist')]//li//a[contains(@class,'myui-vodlist__thumb')]",
|
|
||||||
"cateVodName": "/@title",
|
|
||||||
"cateVodId": "/@href",
|
|
||||||
"cateVodIdR": "/vod/(\\w+).html",
|
|
||||||
"cateVodImg": "/@data-original",
|
|
||||||
"cateVodImgR": "\\S+(http\\S+)",
|
|
||||||
"cateVodMark": "/span[contains(@class,'pic-text')]/text()",
|
|
||||||
"dtUrl": "https://jumi.tv/vod/{vid}.html",
|
|
||||||
"dtNode": "//div[contains(@class,'col-lg-wide-75')]",
|
|
||||||
"dtName": "//div[@class='myui-content__thumb']/a[contains(@class,'myui-vodlist__thumb')]/@title",
|
|
||||||
"dtNameR": "",
|
|
||||||
"dtImg": "//div[@class='myui-content__thumb']/a[contains(@class,'myui-vodlist__thumb')]/img/@data-original",
|
|
||||||
"dtImgR": "\\S+(http\\S+)",
|
|
||||||
"dtCate": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '分類')]/following-sibling::*/text()",
|
|
||||||
"dtCateR": "",
|
|
||||||
"dtYear": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '年份')]/following-sibling::*/text()",
|
|
||||||
"dtYearR": "",
|
|
||||||
"dtArea": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '地區')]/following-sibling::*/text()",
|
|
||||||
"dtAreaR": "",
|
|
||||||
"dtMark": "",
|
|
||||||
"dtMarkR": "",
|
|
||||||
"dtActor": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '主演')]/following-sibling::*/text()",
|
|
||||||
"dtActorR": "",
|
|
||||||
"dtDirector": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '導演')]/following-sibling::*/text()",
|
|
||||||
"dtDirectorR": "",
|
|
||||||
"dtDesc": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '簡介')]/parent::text()",
|
|
||||||
"dtDescR": "",
|
|
||||||
"dtFromNode": "//a[@data-toggle='tab' and contains(@href, 'playlist')]",
|
|
||||||
"dtFromName": "/text()",
|
|
||||||
"dtFromNameR": "",
|
|
||||||
"dtUrlNode": "//div[contains(@class,'tab-content')]/div[contains(@id, 'playlist')]",
|
|
||||||
"dtUrlSubNode": "//li/a",
|
|
||||||
"dtUrlId": "@href",
|
|
||||||
"dtUrlIdR": "/play/(\\S+).html",
|
|
||||||
"dtUrlName": "/text()",
|
|
||||||
"dtUrlNameR": "",
|
|
||||||
"playUrl": "https://jumi.tv/play/{playUrl}.html",
|
|
||||||
"playUa": "",
|
|
||||||
"searchUrl": "https://jumi.tv/index.php/ajax/suggest?mid=1&wd={wd}&limit=10",
|
|
||||||
"scVodNode": "json:list",
|
|
||||||
"scVodName": "name",
|
|
||||||
"scVodId": "id",
|
|
||||||
"scVodIdR": "",
|
|
||||||
"scVodImg": "pic",
|
|
||||||
"scVodMark": ""
|
|
||||||
}
|
|
Loading…
Reference in New Issue