Files
TVBOXZY3/XP/扛把子影院.json
2022-10-28 20:32:13 +08:00

65 lines
2.4 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"ua": "",
"homeUrl": "https://www.ququmc.com/",
"cateManual": {
"电影": "1",
"电视剧": "2",
"动漫": "4",
"综艺": "3",
"福利": "5",
"神曲": "6"
},
"homeVodNode": "//ul[contains(@class, 'stui-vodlist')]/li/div[contains(@class, 'stui-vodlist__box')]/a",
"homeVodName": "/@title",
"homeVodId": "/@href",
"homeVodIdR": "/show/(\\w+).html",
"homeVodImg": "/@data-original",
"homeVodImgR": "",
"homeVodMark": "/span/text()",
"cateUrl": "https://www.ququmc.com/type/{cateId}/{catePg}.html",
"cateVodNode": "//ul[contains(@class, 'stui-vodlist')]/li/div[contains(@class, 'stui-vodlist__box')]/a",
"cateVodName": "/@title",
"cateVodId": "/@href",
"cateVodIdR": "/show/(\\w+).html",
"cateVodImg": "/@data-original",
"cateVodMark": "/span/text()",
"dtUrl": "https://www.ququmc.com/show/{vid}.html",
"dtNode": "//body",
"dtName": "//div[contains(@class, 'stui-content col-pd clearfix')]/div[contains(@class, 'stui-content__thumb')]/a/@title",
"dtNameR": "",
"dtImg": "//div[contains(@class, 'stui-content col-pd clearfix')]/div[contains(@class, 'stui-content__thumb')]/a/img/@data-original",
"dtImgR": "",
"dtCate": "",
"dtCateR": "",
"dtArea": "",
"dtAreaR": "",
"dtDirector": "//span[contains(@class,'text-muted') and contains(text(), '导演')]/following-sibling::*/text()",
"dtDirectorR": "",
"dtActor": "//span[contains(@class,'text-muted') and contains(text(), '主演')]/following-sibling::*/text()",
"dtActorR": "",
"dtYear": "//span[contains(@class,'text-muted') and contains(text(), '年份')]/following-sibling::*/text()",
"dtYearR": "",
"dtMark": "//div[contains(@class,'stui-content__detail')]//div[contains(@class,'remarks')]/div/text()",
"dtMarkR": "",
"dtDesc": "//div[contains(@class,'detail col-pd')]/span/text()",
"dtDescR": "",
"dtFromNode": "//ul[contains(@class, 'nav nav-tabs pull-right')]/li/a",
"dtFromName": "/text()",
"dtFromNameR": "\\.(\\S+)",
"dtUrlNode": "//ul[contains(@class, 'stui-content__playlist')]",
"dtUrlSubNode": "/li/a",
"dtUrlId": "/@href",
"dtUrlIdR": "/play/(\\S+).html",
"dtUrlName": "/text()",
"dtUrlNameR": "",
"playUrl": "https://www.ququmc.com/play/{playUrl}.html",
"playUa": "",
"searchUrl": "https://www.ququmc.com/search?wd={wd}",
"scVodNode": "//div[@class='thumb']/a",
"scVodName": "/@title",
"scVodId": "/@href",
"scVodIdR": "/show/(\\w+).html",
"scVodImg": "/@data-original",
"scVodMark": ""
}