加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bidiys.json 1.66 KB
一键复制 编辑 原始数据 按行查看 历史
见面曾相识 提交于 2022-05-30 06:03 . 依赖
{
"ua":"",
"homeUrl":"https://www.bidiys.cc/",
"cateManual":{
"南瓜电影":"nanguady",
"4K专区":"huiyuanzhuanqu",
"电影":"dianying",
"连续剧":"lianxuju",
"动漫":"dongman",
"综艺":"综艺"
},
"homeVodNode":"//div[contains(@class,'module-item-pic')]",
"homeVodName":"/a/@title",
"homeVodId":"/a/@href",
"homeVodIdR":"/voddetail-(\\S+).html",
"homeVodImg":"/img/@data-src",
"homeVodMark":"",
"cateUrl":"https://www.bidiys.cc/vodshow-{cateId}--hits------{catePg}---.html",
"cateVodNode":"//div[contains(@class, 'module-item-pic')]",
"cateVodName":"/a/@title",
"cateVodId":"/a/@href",
"cateVodIdR":"/voddetail-(\\S+).html",
"cateVodImg":"/img/@data-src",
"cateVodMark":"",
"dtUrl":"https://www.bidiys.cc/voddetail-{vid}.html",
"dtNode":"//body",
"dtName":"//div[@class='module-item-pic']/img[contains(@class,'lazyload')]/@alt",
"dtImg":"//div[@class='module-item-pic']/img[contains(@class,'lazyload')]/@data-src",
"dtFromNode":"//div[2][@class='module-tab-content']//div//span",
"dtFromName":"/text()",
"dtFromNameR":"",
"dtUrlNode":"//body",
"dtUrlSubNode":"//div[@class='scroll-content']/a",
"dtUrlId":"@href",
"dtUrlIdR":"/vodplay-(\\S+).html",
"dtUrlName":"//span/text()",
"dtUrlNameR":"",
"playUrl":"https://www.bidiys.cc/vodplay-{playUrl}.html",
"searchUrl":"https://www.bidiys.cc/index.php/ajax/suggest?mid=1&wd={wd}&limit=10",
"scVodNode":"json:list",
"scVodName":"name",
"scVodId":"id",
"scVodIdR":"",
"scVodImg":"pic",
"scVodMark":""
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化