box/app/XPath/cupfox.json
2022-05-10 15:06:43 +08:00

42 lines
1.6 KiB
JSON

{
"ua": "",
"homeUrl": "https://www.whhpzx.com/",
//"dcVipFlag": "true",
//"pCfgJs": "https://gimytv.com//static/js/playerconfig.js",
//"pCfgJsR": "[\\W|\\S|.]*?MacPlayerConfig.player_list[\\W|\\S|.]*?=([\\W|\\S|.]*?),MacPlayerConfig.downer_list",
//"dcShow2Vip": {},
//"dcPlayUrl": "true",
"cateManual": {"电影": "1", "电视剧": "2", "动漫": "4", "综艺": "3"},
"homeVodNode": "//div[contains(@class, 'm-movies clearfix')]/article",
"homeVodName":"/a/@title",
"homeVodId": "/a/@href",
"homeVodIdR": "/edu-(\\S+).html",
"homeVodImg": "//img/@src",
"homeVodMark": "",
"cateUrl": " https://www.whhpzx.com/type-{cateId}-{catePg}.html",
"cateVodNode": "//div[contains(@class, 'm-movies clearfix')]/article",
"cateVodName": "/a/@title",
"cateVodId": "/a/@href",
"cateVodIdR":"/edu-(\\S+).html",
"cateVodImg": "//img/@src",
"cateVodMark": "",
"dtUrl": "https://www.whhpzx.com/edu-{vid}.html",
"dtNode": "//div[@class='event']",
"dtName": "//div[@style='margin-top:-15px;' and contains(@class, 'title11')]/h2/text()",
"dtImg":"//div[@class='pic']/img/@src",
"dtFromNode": "//div[contains(@class,'content')]/div/h3/b",
"dtFromName": "/text()",
"dtUrlNode": "//div[contains(@id,'video_list_li')]",
"dtUrlSubNode": "/li/a",
"dtUrlId": "@href",
"dtUrlIdR": "/player-(\\S+).html",
"dtUrlName": "/@title",
"playUrl": "https://www.whhpzx.com/player-{playUrl}.html",
"searchUrl": "https://www.whhpzx.com/index.php/ajax/suggest?mid=1&wd={wd}",
"scVodNode": "json:list",
"scVodName": "name",
"scVodId": "id",
"scVodIdR": "",
"scVodImg": "pic",
"scVodMark": ""
}