12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "ua": "",
- "homeUrl": "http://www.huamaotv.com",
- "cateNode": "//ul[@class='clearfix']/li/a[contains(@href, 'type')]",
- "cateName": "/text()",
- "cateId": "/@href",
- "cateIdR": "/type/(\\d+)-1.html",
- "cateManual": {},
- "homeVodNode": "//li[@class='stui-vodlist__item']/a",
- "homeVodName": "/@title",
- "homeVodId": "/@href",
- "homeVodIdR": "/detail/(\\w+).html",
- "homeVodImg": "/@data-original",
- "homeVodMark": "/span/span/text()",
- "cateUrl": "http://www.huamaotv.com/type/{cateId}-{catePg}.html",
- "cateVodNode": "//li[@class='stui-vodlist__item']/a",
- "cateVodName": "/@title",
- "cateVodId": "/@href",
- "cateVodIdR": "/detail/(\\w+).html",
- "cateVodImg": "/@data-original",
- "cateVodMark": "/span/span/text()",
- "dtUrl": "http://www.huamaotv.com/detail/{vid}.html",
- "dtNode": "//div[@class='stui-content col-pd clearfix']",
- "dtName": "//div[@class='stui-content__detail']/h3/text()",
- "dtImg": "//div[@class='stui-content__thumb']/a/img/@data-original",
- "dtFromNode": "//div[contains(@class, 'stui-pannel__head')]/h3",
- "dtFromName": "/text()",
- "dtUrlNode": "//ul[contains(@class,'stui-content__playlist')]",
- "dtUrlSubNode": "/li/a",
- "dtUrlId": "@href",
- "dtUrlIdR": "/play/(\\S+).html",
- "dtUrlName": "/text()",
- "dtUrlNameR": "",
- "playUrl": "http://www.huamaotv.com/play/{playUrl}.html",
- "playUa": "",
- "searchUrl": "http://www.huamaotv.com/index.php?m=vod-search&wd={wd}",
- "scVodNode": "//li[@class='stui-vodlist__item']/a",
- "scVodName": "/@title",
- "scVodId": "/@href",
- "scVodIdR": "/detail/(\\w+).html",
- "scVodImg": "/@data-original",
- "scVodMark": "/span/span/text()"
- }
|