Add files via upload
This commit is contained in:
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"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": ""
|
||||
}
|
||||
Reference in New Issue
Block a user