1028 dokiss
8 months ago
1 changed files with 60 additions and 0 deletions
@ -0,0 +1,60 @@ |
|||
{ |
|||
"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://www.yinfans.me", |
|||
"dcPlayUrl": "true", |
|||
"cateNode": "//a[contains(@href,'/s/')]", |
|||
"cateName": "concat(//span[contains(@class,'nav-link-title')]/text(),//a[contains(@class,'dropdown-item')]/text())", |
|||
"cateId": "/@href", |
|||
"cateIdR": "/s/(\\w+)", |
|||
"cateManual": { |
|||
"首页推荐": "page", |
|||
"蓝光原盘电影": "topic/bluray-movie/movie/page", |
|||
"蓝光原盘纪录片": "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", |
|||
"homeVodIdR": "https://www.yinfans.me/movie/(\\S+)", |
|||
"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", |
|||
"cateVodId": "/a/@href", |
|||
"cateVodIdR": "https://www.yinfans.me/movie/(\\S+)", |
|||
"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()", |
|||
"dtNameR": "", |
|||
"dtImg": "/div[1]//div[@class='context']/div[1]/p[1]/a/@href", |
|||
"dtImgR": "", |
|||
"dtCate": "/div[1]//div[@class='context']/div[1]/p[2]/text()[5]", |
|||
"dtArea": "/div[1]//div[@class='context']/div[1]/p[2]/text()[4]", |
|||
"dtAreaR": "", |
|||
"dtYear": "/div[1]//div[@class='context']/div[1]/p[2]/text()[7]", |
|||
"dtYearR": "", |
|||
"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/text()", |
|||
"dtUrlNode": "//table[@id='cili']/tbody", |
|||
"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", |
|||
"scVodName": "name", |
|||
"scVodId": "id", |
|||
"scVodIdR": "", |
|||
"scVodImg": "pic", |
|||
"scVodMark": "" |
|||
} |
Loading…
Reference in new issue