|
|
@ -12,7 +12,6 @@ |
|
|
|
"蓝光原盘纪录片": "topic/bluray-movie/documentry/page", |
|
|
|
"4K": "topic/4k/page" |
|
|
|
}, |
|
|
|
|
|
|
|
"homeVodNode": "//div[contains(@class,'mainleft')]/ul/li/div[contains(@class,'thumbnail')]", |
|
|
|
"homeVodName": "/a/@title", |
|
|
|
"homeVodId": "/a/@href", |
|
|
@ -20,7 +19,6 @@ |
|
|
|
"homeVodImg": "/a/img/@src", |
|
|
|
"homeVodImgR": "\\S+(http\\S+)", |
|
|
|
"homeVodMark": "../div[contains(@class,'info')]/span[2]/a/text()", |
|
|
|
|
|
|
|
"cateUrl": "https://www.yinfans.me/{cateId}/{catePg}", |
|
|
|
"cateVodNode": "//div[contains(@class,'mainleft')]/ul/li/div[contains(@class,'thumbnail')]", |
|
|
|
"cateVodName": "/a/@title", |
|
|
@ -29,7 +27,6 @@ |
|
|
|
"cateVodImg": "/a/img/@src", |
|
|
|
"cateVodImgR": "\\S+(http\\S+)", |
|
|
|
"cateVodMark": "../div[contains(@class,'info')]/span[2]/a/text()", |
|
|
|
|
|
|
|
"dtUrl": "https://www.yinfans.me/movie/{vid}", |
|
|
|
"dtNode": "//div[@class='mainleft']", |
|
|
|
"dtName": "/div[1]/h1/text()", |
|
|
@ -44,18 +41,14 @@ |
|
|
|
"dtActor": "/div[1]//div[@class='context']/div[1]/p[2]/text()[14]", |
|
|
|
"dtDirector": "/div[1]//div[@class='context']/div[1]/p[2]/text()[13]", |
|
|
|
"dtDesc": "/div[1]//div[@class='context']/div[1]/p[4]/text()", |
|
|
|
|
|
|
|
"dtFromNode": "//div[@class='tab-pane active']", |
|
|
|
"dtFromName": "//div[@class='btn-group']/label[1]/text()", |
|
|
|
|
|
|
|
"dtFromName": "//div[@class='btn-group']/label/text()", |
|
|
|
"dtUrlNode": "//table[@id='cili']/tbody", |
|
|
|
"dtUrlSubNode": "/tr[1]/td/a", |
|
|
|
"dtUrlSubNode": "/tr/td/a", |
|
|
|
"dtUrlId": "@href", |
|
|
|
"dtUrlIdR": "", |
|
|
|
"dtUrlName": "concat(//span/span[1]/text(),'--', //span[@class='label label-warning']/text())", |
|
|
|
"playUrl": "", |
|
|
|
|
|
|
|
|
|
|
|
"playUa": "", |
|
|
|
"searchUrl": "", |
|
|
|
"scVodNode": "json:list", |
|
|
|