加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
94sm.json 2.88 KB
一键复制 编辑 原始数据 按行查看 历史
MGJDT 提交于 2022-01-11 07:06 . add 94sm.json.
{
"ua": "",
"homeUrl": "https://www.40mdd.com",
"cateNode": "//ul[contains(@class,'navbar-nav')]/li/a[contains(@href, '.html') and not(contains(@href, '6'))]",
"cateName": "/text()",
"cateNameR": "热门(.+)",
"cateId": "/@href",
"cateIdR": "/type/(\\d+).html",
"cateManual": {},
"homeVodNode": "//div[@class='col-md-12 movie-item-out']//a[not(contains(@href, '6'))]/parent::*/parent::*/parent::*/div[contains(@class, 'movie-item-out') and position()<10]/div[@class='movie-item']/a",
"homeVodName": "/@title",
"homeVodId": "/@href",
"homeVodIdR": "/show/(\\w+).html",
"homeVodImg": "/img/@src",
"homeVodMark": "/button/text()",
"cateUrl": "https://www.40mdd.com/type/{cateId}/{catePg}.html",
"cateVodNode": "//div[@class='movie-item']/a",
"cateVodName": "/@title",
"cateVodId": "/@href",
"cateVodIdR": "/show/(\\w+).html",
"cateVodImg": "/img/@src",
"cateVodMark": "/button/text()",
"dtUrl": "https://www.40mdd.com/show/{vid}.html",
"dtNode": "//div[@class='container-fluid']",
"dtName": "//div[@class='col-md-9']//div[@class='col-md-4']//img/@alt",
"dtNameR": "",
"dtImg": "//div[@class='col-md-9']//div[@class='col-md-4']//img/@src",
"dtImgR": "",
"dtCate": "//div[@class='col-md-8']//span[@class='info-label' and contains(text(), '类型')]/parent::*/following-sibling::*/text()",
"dtCateR": "",
"dtYear": "//div[@class='col-md-8']//span[@class='info-label' and contains(text(), '日期')]/parent::*/following-sibling::*/text()",
"dtYearR": "",
"dtArea": "//div[@class='col-md-8']//span[@class='info-label' and contains(text(), '国家')]/parent::*/following-sibling::*/text()",
"dtAreaR": "",
"dtMark": "//div[@class='col-md-8']//span[@class='info-label' and contains(text(), '状态')]/parent::*/following-sibling::*/text()",
"dtMarkR": "",
"dtActor": "//div[@class='col-md-8']//span[@class='info-label' and contains(text(), '主演')]/parent::*/following-sibling::*/text()",
"dtActorR": "",
"dtDirector": "//div[@class='col-md-8']//span[@class='info-label' and contains(text(), '导演')]/parent::*/following-sibling::*/text()",
"dtDirectorR": "",
"dtDesc": "//p[@class='summary']/text()",
"dtDescR": "",
"dtFromNode": "//div[contains(@class,'resource-list')]/div[@class='panel-heading']/strong",
"dtFromName": "/text()",
"dtFromNameR": "\\S+\\.(\\S+) \\(",
"dtUrlNode": "//div[contains(@class,'resource-list')]/ul[@class='dslist-group']",
"dtUrlSubNode": "/li/a",
"dtUrlId": "@href",
"dtUrlIdR": "/play/(\\S+).html",
"dtUrlName": "/text()",
"dtUrlNameR": "",
"playUrl": "https://www.40mdd.com/play/{playUrl}.html",
"playUa": "",
"searchUrl": "https://www.40mdd.com/search?wd={wd}",
"scVodNode": "//div[@class='movie-item']/a",
"scVodName": "/@title",
"scVodId": "/@href",
"scVodIdR": "/show/(\\w+).html",
"scVodImg": "/img/@src",
"scVodMark": "/button/text()"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化