加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
yinghua.json 2.06 KB
一键复制 编辑 原始数据 按行查看 历史
见面曾相识 提交于 2021-11-20 03:17 . json
{
"ua": "",
"homeUrl": "http://www.yinghuacd.com",
"cateManual": {"国产动漫":"guochandongman","日本动漫":"ribendongman","美国动漫":"meiguodongman","动漫电影":"movie","亲子动漫":"qinzi"},
"homeVodNode": "//div[@class='img']/ul/li",
"homeVodName": "/p[@class='tname']/a/text()",
"homeVodNameR": "",
"homeVodId": "/a/@href",
"homeVodIdR": "/show/(\\w+).html",
"homeVodImg": "/a/img/@src",
"homeVodImgR": "",
"homeVodMark": "/p[contains(text(),'最新')]/a/text()",
"homeVodMarkR": "",
"cateUrl": "http://www.yinghuacd.com/{cateId}/",
"cateVodNode": "//div[@class='imgs']/ul/li",
"cateVodName": "/p[@class='tname']/a/text()",
"cateVodId": "/a/@href",
"cateVodIdR": "/show/(\\w+).html",
"cateVodImg": "/a/img/@src",
"cateVodMark": "/p[contains(text(),'最新')]/a/text()",
"dtUrl": "http://www.yinghuacd.com/show/{vid}.html",
"dtNode": "//div[@class='fire l']",
"dtName": "//div[@class='thumb l']/img/@alt",
"dtNameR": "",
"dtImg": "//div[@class='thumb l']/img/@src",
"dtImgR": "",
"dtCate": "//div[@class='sinfo']//label[contains(text(),'类型')]/parent::*/a/text()",
"dtCateR": "",
"dtYear": "//div[@class='sinfo']//label[contains(text(),'上映')]/parent::*/a/text()",
"dtYearR": "",
"dtArea": "//div[@class='sinfo']//label[contains(text(),'地区')]/parent::*/a/text()",
"dtAreaR": "",
"dtMark": "//div[@class='sinfo']/p/text()",
"dtMarkR": "",
"dtDesc": "//div[@class='info']/text()",
"dtDescR": "",
"dtFromNode": "//div[contains(@class,'tabs')]/ul[@class='menu0']/li",
"dtFromName": "/text()",
"dtUrlNode": "//div[contains(@class,'movurl')]/ul",
"dtUrlSubNode": "/li/a",
"dtUrlId": "@href",
"dtUrlIdR": "/v/(\\S+).html",
"dtUrlName": "/text()",
"dtUrlNameR": "",
"playUrl": "http://www.yinghuacd.com/v/{playUrl}.html",
"playUa": "",
"searchUrl": "http://www.yinghuacd.com/search/{wd}",
"scVodNode": "//div[@class='lpic']/ul/li",
"scVodName": "/a/img/@alt",
"scVodId": "/a/@href",
"scVodIdR": "/show/(\\w+).html",
"scVodImg": "/a/img/@src",
"scVodMark": "//font[@class='red']/text()"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化