加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
rxvr.json 3.21 KB
一键复制 编辑 原始数据 按行查看 历史
见面曾相识 提交于 2022-05-30 03:42 . 依赖
{
"ua":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36",
"homeUrl":"https://rongxingvr.cn/",
"cateNode":"//ul[@class='nav-menu-items']/li/a[contains(@href, 'index.php/vod/type')]",
"cateName":"/@title",
"cateId":"/@href",
"cateIdR":"/type/id/(\\w+).html",
"homeVodNode":"//div[@class='module']/div[@class='module-list module-lines-list']/div/div[@class='module-item']",
"homeVodName":"/div[@class='module-item-cover']/div[@class='module-item-pic']/a/@title",
"homeVodId":"/div[@class='module-item-cover']/div[@class='module-item-pic']/a/@href",
"homeVodIdR":"/index.php/vod/detail/id/(\\w+).html",
"homeVodImg":"/div[@class='module-item-cover']/div[@class='module-item-pic']/img/@data-src",
"homeVodImgR":"",
"homeVodMark":"/div[@class='module-item-text']/text()",
"cateUrl":"https://rongxingvr.cn/index.php/vod/show/id/{cateId}/page/{catePg}.html",
"cateVodNode":"//div[@class='module-item']",
"cateVodName":"/div[@class='module-item-cover']/div[@class='module-item-pic']/a/@title",
"cateVodId":"/div[@class='module-item-cover']/div[@class='module-item-pic']/a/@href",
"cateVodIdR":"/index.php/vod/detail/id/(\\w+).html",
"cateVodImg":"/div[@class='module-item-cover']/div[@class='module-item-pic']/img/@data-src",
"cateVodImgR":"",
"cateVodMark":"/div[@class='module-item-text']/text()",
"dtUrl":"https://rongxingvr.cn/index.php/vod/detail/id/{vid}.html",
"dtNode":"//body",
"dtName":"//div[@class='module-item-pic']/a/@title",
"dtNameR":"立刻播放(.+)",
"dtImg":"//div[@class='module-item-pic']/img/@data-src",
"dtImgR":"",
"dtCate":"//div[@class='video-info-aux scroll-content']/a[1]/@title",
"dtCateR":"",
"dtYear":"//div[@class='video-info-aux scroll-content']/a[2]/text()",
"dtYearR":"",
"dtArea":"//div[@class='video-info-aux scroll-content']/a[3]/text()",
"dtAreaR":"",
"dtMark":"//span[contains(@class,'video-info-itemtitle') and contains(text(), '备注')]/following-sibling::*/text()",
"dtMarkR":"",
"dtActor":"//span[contains(@class,'video-info-itemtitle') and contains(text(), '主演')]/following-sibling::div/a/text()",
"dtActorR":"",
"dtDirector":"//span[contains(@class,'video-info-itemtitle') and contains(text(), '导演')]/following-sibling::div/a/text()",
"dtDirectorR":"",
"dtDesc":"//span[contains(@class,'video-info-itemtitle') and contains(text(), '剧情')]/following-sibling::div/span/text()",
"dtDescR":"",
"dtFromNode":"//div[contains(@class, 'module-tab-item tab-item')]/span",
"dtFromName":"/text()",
"dtFromNameR":"",
"dtUrlNode":"//div[contains(@class,'sort-item') and contains(@id, 'sort-item')]",
"dtUrlSubNode":"/a",
"dtUrlId":"/@href",
"dtUrlIdR":"",
"dtUrlName":"/span/text()",
"dtUrlNameR":"",
"playUrl":"https://rongxingvr.cn{playUrl}.html",
"playUa":"",
"searchUrl":"https://rongxingvr.cn/index.php/vod/search.html?wd={wd}",
"scVodNode":"//div[@class='module-item-cover']/div",
"scVodName":"/img/@alt",
"scVodId":"/a/@href",
"scVodIdR":"",
"scVodImg":"/img/@data-src",
"scVodMark":""
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化