tvbox804/MaooXP/osx3.json

52 lines
2.2 KiB
JSON
Raw Normal View History

{
"ua": "",
"homeUrl": "https://www.osx3.com/",
"cateManual": {
"电影": "movie",
"连续剧": "tv",
"动漫": "dongman",
"综艺": "zongyi"
},
"homeVodNode": "//li[@class='fed-list-item fed-padding fed-col-xs4 fed-col-sm3 fed-col-md2']",
"homeVodName": "/a[contains(@class,'fed-list-title')]/text()",
"homeVodId": "/a[contains(@class,'fed-list-title')]/@href",
"homeVodIdR": "/v/(\\w+).html",
"homeVodImg": "/a[contains(@class,'fed-list-pics')]/@data-original",
"homeVodImgR": "\\S+(http\\S+)",
"cateUrl": "https://www.osx3.com/t/{cateId}.html",
"cateVodNode": "//li[@class='fed-list-item fed-padding fed-col-xs4 fed-col-sm3 fed-col-md2']",
"cateVodName": "/a[contains(@class,'fed-list-title')]/text()",
"cateVodId": "/a[contains(@class,'fed-list-title')]/@href",
"cateVodIdR": "/v/(\\w+).html",
"cateVodImg": "/a[contains(@class,'fed-list-pics')]/@data-original",
"cateVodImgR": "\\S+(http\\S+)",
"dtUrl": "https://www.osx3.com/v/{vid}.html",
"dtNode": "//body",
"dtName": "//dd[@class='fed-deta-content fed-col-xs7 fed-col-sm8 fed-col-md10']/h1/a/span/text()",
"dtImg": "//dt[@class='fed-deta-images fed-list-info fed-col-xs3']/a/@data-original",
"dtImgR": "\\S+(http\\S+)",
"dtCate": "//span[contains(text(), '分类')]/following-sibling::a/text()",
"dtYear": "//span[contains(text(), '年份')]/following-sibling::a/text()",
"dtDirector": "//span[contains(text(), '导演')]/following-sibling::a/text()",
"dtActor": "//span[contains(text(), '主演')]/following-sibling::a/text()",
"dtDesc": "//span[contains(text(), '简介')]/parent::text()",
"dtFromNode": "//div[@class='fed-drop-boxs fed-drop-tops fed-matp-v']/ul/li/a",
"dtFromName": "/text()",
"dtFromNameR": "",
"dtUrlNode": "//div[@class='fed-drop-boxs fed-drop-btms fed-matp-v']/div/ul[@class='fed-part-rows']",
"dtUrlSubNode": "//li/a",
"dtUrlId": "@href",
"dtUrlIdR": "/p/(\\S+).html",
"dtUrlName": "/text()",
"dtUrlNameR": "",
"playUrl": "https://www.osx3.com/p/{playUrl}.html",
"playUa": "",
"searchUrl": "https://www.osx3.com/index.php/ajax/suggest?mid=1&wd={wd}&limit=10",
"scVodNode": "json:list",
"scVodName": "name",
"scVodId": "id",
"scVodIdR": "",
"scVodImg": "pic",
"scVodMark": ""
}