mirror of https://github.com/gaotianliuyun/gao
parent
78d3666dbf
commit
e858f8dd76
@ -0,0 +1,66 @@ |
||||
{ |
||||
"ua": "", |
||||
"homeUrl": "http://m.huigutongying.cn", |
||||
"cateNode": "//ul[contains(@class,'tag tag-type')]/li/a[contains(@href, '.html') and not(contains(@href, '6'))]", |
||||
"cateName": "/text()", |
||||
"cateId": "/@href", |
||||
"cateIdR": "/lists/(\\w+).html", |
||||
"cateManual": { |
||||
"电影": "1", |
||||
"电视剧": "2", |
||||
"综艺": "4", |
||||
"动漫": "3" |
||||
}, |
||||
"homeVodNode": "//div[contains(@class,'stui-vodlist__box')]/a[contains(@class,'stui-vodlist__thumb')]", |
||||
"homeVodName": "/@title", |
||||
"homeVodId": "/@href", |
||||
"homeVodIdR": "/view/(\\w+).html", |
||||
"homeVodImg": "/@data-original", |
||||
"homeVodImgR": "\\S+(https\\S+)", |
||||
"homeVodMark": "/span[contains(@class,'pic-text')]/text()", |
||||
"cateUrl": "http://m.huigutongying.cn/list/{cateId}_{catePg}.html", |
||||
"cateVodNode": "//div[contains(@class,'stui-vodlist__box')]/a[contains(@class,'stui-vodlist__thumb')]", |
||||
"cateVodName": "/@title", |
||||
"cateVodId": "/@href", |
||||
"cateVodIdR": "/view/(\\w+).html", |
||||
"cateVodImg": "/@data-original", |
||||
"cateVodImgR": "\\S+(http\\S+)", |
||||
"cateVodMark": "/span[contains(@class,'pic-text')]/text()", |
||||
"dtUrl": "http://m.huigutongying.cn/view/{vid}.html", |
||||
"dtNode": "//div[contains(@class,'col-lg-wide-75')]", |
||||
"dtName": "//div[@class='stui-content__thumb']/a[contains(@class,'stui-vodlist__thumb')]/@title", |
||||
"dtNameR": "", |
||||
"dtImg": "//div[@class='stui-content__thumb']/a[contains(@class,'stui-vodlist__thumb')]/img/@data-original", |
||||
"dtImgR": "\\S+(http\\S+)", |
||||
"dtCate": "//span[contains(text(), '分类')]/following-sibling::a/text()", |
||||
"dtCateR": "//span[text-muted hidden-xs(text(), '年份')]/following-sibling::/ptext()", |
||||
"dtYearR": "", |
||||
"dtArea": "//div[@class='stui-content__detail']//span[contains(@class,'text-muted hidden-xs') and contains(text(), '地区')]/following-sibling::*/text()", |
||||
"dtAreaR": "", |
||||
"dtMark": "//div[@class='stui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '更新')]/following-sibling::*/text()", |
||||
"dtMarkR": "", |
||||
"dtActor": "//div[@class='stui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '主演')]/following-sibling::*/text()", |
||||
"dtActorR": "", |
||||
"dtDirector": "//span[contains(text(), '导演')]/following-sibling::a/text()", |
||||
"dtDirectorR": "", |
||||
"dtDesc": "//div[@class='stui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '简介')]/parent::text()", |
||||
"dtDescR": "", |
||||
"dtFromNode": "//a[@data-toggle='tab' and contains(@href, 'down')]", |
||||
"dtFromName": "/text()", |
||||
"dtFromNameR": "", |
||||
"dtUrlNode": "//div[contains(@class,'tab-content')]/div[contains(@id, 'down')]", |
||||
"dtUrlSubNode": "//li/a", |
||||
"dtUrlId": "@href", |
||||
"dtUrlIdR": "/play/(\\S+).html", |
||||
"dtUrlName": "/text()", |
||||
"dtUrlNameR": "", |
||||
"playUrl": "http://m.huigutongying.cn/play/{playUrl}.html", |
||||
"playUa": "Mozilla/5.0(Linux;Android 11;M2102K1AC Build/RKQ1.201112.002;wv)AppleWebKit/537.36(KHTML,like Gecko)Version/4.0Chrome/76.0.3809.89Mobile Safari/537.36T7/12.16SearchCraft/3.9.1(Baidu;P1 11)", |
||||
"searchUrl": "http://m.huigutongying.cn/search.php?searchword=wd;post;utf-8", |
||||
"scVodNode": "json:lists", |
||||
"scVodName": "name", |
||||
"scVodId": "id", |
||||
"scVodIdR": "", |
||||
"scVodImg": "pic", |
||||
"scVodMark": "" |
||||
} |
||||
Loading…
Reference in new issue