Add files via upload
This commit is contained in:
@@ -0,0 +1,80 @@
|
||||
{
|
||||
"author": "春风",
|
||||
"ua": "",
|
||||
"homeUrl": "https://www.135kan.com",
|
||||
"dcVipFlag": "true",
|
||||
"pCfgJs": "https://www.135kan.com/static/js/playerconfig.js",
|
||||
"pCfgJsR": "MacPlayerConfig.player_list=([\\w\\W]*?),MacPlayerConfig.downer_list=",
|
||||
"dcShow2Vip": {},
|
||||
"dcPlayUrl": "true",
|
||||
"cateManual": {
|
||||
"电影": "dianying",
|
||||
"连续剧": "dianshiju",
|
||||
"国产剧": "guochanju",
|
||||
"港剧": "xianggangju",
|
||||
"台湾剧": "taiwanju",
|
||||
"韩剧": "hanguoju",
|
||||
"日剧": "ribenju",
|
||||
"欧美剧": "oumeiju",
|
||||
"海外剧": "haiwaiju",
|
||||
"动作片": "dongzuopian",
|
||||
"喜剧片": "xijupian",
|
||||
"爱情片": "aiqingpian",
|
||||
"科幻片": "kehuanpian",
|
||||
"恐怖片": "kongbupian",
|
||||
"剧情片": "juqingpian",
|
||||
"战争片": "zhanzhengpian",
|
||||
"动画片": "donghuapian"
|
||||
},
|
||||
"homeVodNode": "//div[@class='myui-vodlist__box']/a",
|
||||
"homeVodName": "/@title",
|
||||
"homeVodId": "/@href",
|
||||
"homeVodIdR": "/\\w+/(\\w+)\\S*/",
|
||||
"homeVodImg": "/@data-original",
|
||||
"homeVodImgR": "",
|
||||
"homeVodMark": "/span[@class='pic-text text-right']/text()",
|
||||
"cateUrl": "https://www.135kan.com/type/{cateId}-{catePg}/",
|
||||
"cateVodNode": "//div[@class='myui-vodlist__box']/a",
|
||||
"cateVodName": "/@title",
|
||||
"cateVodId": "/@href",
|
||||
"cateVodIdR": "/vod/(\\w+)/",
|
||||
"cateVodImg": "/@data-original",
|
||||
"cateVodImgR": "",
|
||||
"cateVodMark": "/span[@class='pic-text text-right']/text()",
|
||||
"dtUrl": "https://www.135kan.com/vod/{vid}/",
|
||||
"dtNode": "//body",
|
||||
"dtName": "//div[@class='myui-content__thumb']/a/@title",
|
||||
"dtNameR": "",
|
||||
"dtImg": "//div[@class='myui-content__thumb']/a/img/@data-original",
|
||||
"dtImgR": "",
|
||||
"dtCate": "//span[contains(text(),'分类')]/following-sibling::a/text()",
|
||||
"dtCateR": "",
|
||||
"dtYear": "//span[contains(text(),'年份')]/following-sibling::a/text()",
|
||||
"dtYearR": "",
|
||||
"dtArea": "//span[contains(text(),'地区')]/following-sibling::a/text()",
|
||||
"dtAreaR": "",
|
||||
"dtDirector": "//span[contains(text(),'导演')]/following-sibling::a/text()",
|
||||
"dtDirectorR": "",
|
||||
"dtActor": "//span[contains(text(),'主演')]/following-sibling::a/text()",
|
||||
"dtActorR": "",
|
||||
"dtDesc": "//span[contains(text(),'简介')]/parent::/text()",
|
||||
"dtDescR": "",
|
||||
"dtFromNode": "//div[contains(@class,'myui-panel__head bottom-line')]/h3",
|
||||
"dtFromName": "/text()",
|
||||
"dtFromNameR": "",
|
||||
"dtUrlNode": "//ul[contains(@class,'myui-content__list')]",
|
||||
"dtUrlSubNode": "/li/a",
|
||||
"dtUrlId": "@href",
|
||||
"dtUrlIdR": "/\\w+/(\\w+\\S*)/",
|
||||
"dtUrlName": "/text()",
|
||||
"dtUrlNameR": "",
|
||||
"playUrl": "https://www.135kan.com/play/{playUrl}/",
|
||||
"playUa": "",
|
||||
"searchUrl": "https://www.135kan.com/search/--/?wd={wd}&submit=",
|
||||
"scVodNode": "//ul[@id='searchList']//div[@class='thumb']/a",
|
||||
"scVodName": "/@title",
|
||||
"scVodId": "/@href",
|
||||
"scVodIdR": "/vod/(\\w+)/",
|
||||
"scVodImg": "/@data-original",
|
||||
"scVodMark": "/span[@class='pic-text text-right']/text()"
|
||||
}
|
||||
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"author":"Tangsan99999",
|
||||
"ua": "",
|
||||
"homeUrl": "https://www.jiujiukanpian.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.jiujiukanpian.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.jiujiukanpian.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.jiujiukanpian.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()"
|
||||
}
|
||||
@@ -0,0 +1,75 @@
|
||||
// https://wds.ecsxs.com/224261.json
|
||||
{
|
||||
"author": "春风",
|
||||
"ua": "Mozilla/5.0 (Android 12; Mobile; rv:68.0) Gecko/68.0 Firefox/99.0",
|
||||
"homeUrl": "http://www.vip1280.net",
|
||||
"dcVipFlag": "true",
|
||||
"dcPlayUrl": "true",
|
||||
"cateManual": {
|
||||
"电影": "1",
|
||||
"国产剧": "2",
|
||||
"港台剧": "3",
|
||||
"日韩剧": "5",
|
||||
"欧美剧": "4",
|
||||
"泰剧": "22",
|
||||
"动作片": "6",
|
||||
"喜剧片": "11",
|
||||
"科幻片": "8",
|
||||
"爱情片": "7",
|
||||
"恐怖片": "9",
|
||||
"战争片": "10",
|
||||
"剧情片": "20",
|
||||
"动画片": "21"
|
||||
},
|
||||
"homeVodNode": "//div[@class='stui-pannel stui-pannel-bg clearfix'][position()>2]//div[@class='stui-vodlist__box']/a",
|
||||
"homeVodName": "/@title",
|
||||
"homeVodId": "/@href",
|
||||
"homeVodIdR": "/movie/(\\S+).html",
|
||||
"homeVodImg": "/@data-original",
|
||||
"homeVodImgR": "",
|
||||
"homeVodMark": "/span[@class='pic-text text-right']/text()",
|
||||
"cateUrl": "http://www.vip1280.net/frim/index{cateId}/page/{catePg}.html",
|
||||
"cateVodNode": "//div[@class='stui-vodlist__box']/a",
|
||||
"cateVodName": "/@title",
|
||||
"cateVodId": "/@href",
|
||||
"cateVodIdR": "/movie/(\\S+).html",
|
||||
"cateVodImg": "/@data-original",
|
||||
"cateVodImgR": "",
|
||||
"cateVodMark": "/span[@class='pic-text text-right']/text()",
|
||||
"dtUrl": "http://www.vip1280.net/movie/{vid}.html",
|
||||
"dtNode": "//body",
|
||||
"dtName": "//div[@class='stui-content__thumb']/a/@title",
|
||||
"dtNameR": "",
|
||||
"dtImg": "//div[@class='stui-content__thumb']/a/img/@data-original",
|
||||
"dtImgR": "",
|
||||
"dtCate": "//span[contains(text(), '类型')]/following-sibling::a/text()",
|
||||
"dtCateR": "",
|
||||
"dtYear": "//span[contains(text(), '年份')]/following-sibling::a/text()",
|
||||
"dtYearR": "",
|
||||
"dtArea": "//span[contains(text(), '地区')]/following-sibling::a/text()",
|
||||
"dtAreaR": "",
|
||||
"dtDirector": "//span[contains(text(), '导演')]/following-sibling::a/text()",
|
||||
"dtDirectorR": "",
|
||||
"dtActor": "//span[contains(text(), '主演')]/following-sibling::a/text()",
|
||||
"dtActorR": "",
|
||||
"dtDesc": "//span[contains(@class,'detail-content')]/text()",
|
||||
"dtDescR": "",
|
||||
"dtFromNode": "//div[contains(@class,'stui-pannel__head')]/h3",
|
||||
"dtFromName": "/text()",
|
||||
"dtFromNameR": "",
|
||||
"dtUrlNode": "//ul[@class='stui-content__playlist clearfix']",
|
||||
"dtUrlSubNode": "/li/a",
|
||||
"dtUrlId": "@href",
|
||||
"dtUrlIdR": "/play/(\\S+).html",
|
||||
"dtUrlName": "/text()",
|
||||
"dtUrlNameR": "",
|
||||
"playUrl": "http://www.vip1280.net/play/{playUrl}.html",
|
||||
"playUa": "",
|
||||
"searchUrl": "http://www.vip1280.net/search.html?wd={wd}&submit=",
|
||||
"scVodNode": "//a[contains(@class,'v-thumb')]",
|
||||
"scVodName": "/@title",
|
||||
"scVodId": "/@href",
|
||||
"scVodIdR": "/movie/(\\S+).html",
|
||||
"scVodImg": "/@data-original",
|
||||
"scVodMark": "/span[@class='pic-text text-right']/text()"
|
||||
}
|
||||
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"author": "春风",
|
||||
"ua": "",
|
||||
"homeUrl": "https://www.rttks.com",
|
||||
"dcVipFlag": "true",
|
||||
"pCfgJs": "https://www.rttks.com/static/js/playerconfig.js",
|
||||
"pCfgJsR": "MacPlayerConfig.player_list=([\\w\\W]*?),MacPlayerConfig.downer_list=",
|
||||
"dcShow2Vip": {},
|
||||
"dcPlayUrl": "true",
|
||||
"cateManual": {
|
||||
"电影": "rrdy",
|
||||
"连续剧": "rrdsj",
|
||||
"动漫": "rrdm",
|
||||
"综艺": "rrzy",
|
||||
"纪录片": "rrjlp",
|
||||
"国产剧": "rrgcj",
|
||||
"香港剧": "rrxgj",
|
||||
"台湾剧": "rrtwj",
|
||||
"韩剧": "rrhgj",
|
||||
"日剧": "rrrbj",
|
||||
"海外剧": "rrhwj",
|
||||
"动作片": "rrdzp",
|
||||
"喜剧片": "rrxjp",
|
||||
"爱情片": "rraqp",
|
||||
"科幻片": "rrkhp",
|
||||
"恐怖片": "rrkbp",
|
||||
"剧情片": "rrjqp",
|
||||
"战争片": "rrzzp",
|
||||
"国漫": "rrdm/area/大陆",
|
||||
"日漫": "rrdm/area/日本",
|
||||
"韩漫": "rrdm/area/韩国",
|
||||
"美漫": "rrdm/area/美国",
|
||||
"英漫": "rrdm/area/英国",
|
||||
"法漫": "rrdm/area/法国"
|
||||
},
|
||||
"homeVodNode": "//div[@class='stui-vodlist__box']/a",
|
||||
"homeVodName": "/@title",
|
||||
"homeVodId": "/@href",
|
||||
"homeVodIdR": "https://www.rttks.com/rrtv/(\\w+).html",
|
||||
"homeVodImg": "/@data-original",
|
||||
"homeVodImgR": "",
|
||||
"homeVodMark": "/span[@class='pic-text text-right']/text()",
|
||||
"cateUrl": "https://www.rttks.com/rrtop/{cateId}/page/{catePg}.html",
|
||||
"cateVodNode": "//div[@class='stui-vodlist__box']/a",
|
||||
"cateVodName": "/@title",
|
||||
"cateVodId": "/@href",
|
||||
"cateVodIdR": "https://www.rttks.com/rrtv/(\\w+).html",
|
||||
"cateVodImg": "/@data-original",
|
||||
"cateVodImgR": "",
|
||||
"cateVodMark": "/span[@class='pic-text text-right']/text()",
|
||||
"dtUrl": "https://www.rttks.com/rrtv/{vid}.html",
|
||||
"dtNode": "//body",
|
||||
"dtName": "//div[@class='stui-content__thumb']/a/@title",
|
||||
"dtNameR": "",
|
||||
"dtImg": "//div[@class='stui-content__thumb']/a/img/@data-original",
|
||||
"dtImgR": "",
|
||||
"dtCate": "//span[contains(text(), '类型')]/parent::text()",
|
||||
"dtCateR": "",
|
||||
"dtYear": "",
|
||||
"dtYearR": "",
|
||||
"dtArea": "",
|
||||
"dtAreaR": "",
|
||||
"dtDirector": "//span[contains(text(), '导演')]/following-sibling::a/text()",
|
||||
"dtDirectorR": "",
|
||||
"dtActor": "//span[contains(text(), '主演')]/following-sibling::a/text()",
|
||||
"dtActorR": "",
|
||||
"dtDesc": "//span[contains(text(), '简介')]/following-sibling::/span/text()",
|
||||
"dtDescR": "",
|
||||
"dtFromNode": "//div[contains(@class,'stui-pannel__head')]/h3[@class='title']",
|
||||
"dtFromName": "/text()",
|
||||
"dtFromNameR": "",
|
||||
"dtUrlNode": "//ul[contains(@class,'stui-content__playlist')]",
|
||||
"dtUrlSubNode": "/li/a",
|
||||
"dtUrlId": "@href",
|
||||
"dtUrlIdR": "https://www.rttks.com/rrplay/(\\S+).html",
|
||||
"dtUrlName": "/text()",
|
||||
"dtUrlNameR": "",
|
||||
"playUrl": "https://www.rttks.com/rrplay/{playUrl}.html",
|
||||
"playUa": "",
|
||||
"searchUrl": "https://www.rttks.com/rrso.html?wd={wd}",
|
||||
"scVodNode": "//a[contains(@class,'v-thumb')]",
|
||||
"scVodName": "/@title",
|
||||
"scVodId": "/@href",
|
||||
"scVodIdR": "https://www.rttks.com/rrtv/(\\w+).html",
|
||||
"scVodImg": "/@data-original",
|
||||
"scVodMark": "/span[@class='pic-text text-right']/text()"
|
||||
}
|
||||
@@ -0,0 +1,68 @@
|
||||
// https://wds.ecsxs.com/224259.json
|
||||
{
|
||||
"author": "baddychen",
|
||||
"ua": "",
|
||||
"dcVipFlag": "true",
|
||||
"pCfgJs": "http://www.zzzlike.vip/static/js/playerconfig.js",
|
||||
"pCfgJsR": "[\\W|\\S|.]*?MacPlayerConfig.player_list[\\W|\\S|.]*?=([\\W|\\S|.]*?),MacPlayerConfig.downer_list",
|
||||
"dcShow2Vip": {},
|
||||
"dcPlayUrl": "true",
|
||||
"homeUrl": "http://www.zzzlike.vip",
|
||||
"cateNode": "//ul[@class='stui-header__menu type-slide']/li/a[contains(@href,'type')]",
|
||||
"cateName": "/text()",
|
||||
"cateId": "/@href",
|
||||
"cateIdR": "/vodtype/(\\d+).html",
|
||||
"cateManual": {},
|
||||
"homeVodNode": "//ul[@class='stui-vodlist clearfix']/li/div/a",
|
||||
"homeVodName": "/@title",
|
||||
"homeVodId": "/@href",
|
||||
"homeVodIdR": "/voddetail/(\\w+).html",
|
||||
"homeVodImg": "/@data-original",
|
||||
"homeVodImgR": "",
|
||||
"homeVodMark": "/span[2]/text()",
|
||||
"cateUrl": "http://www.zzzlike.vip/vodtype/{cateId}-{catePg}.html",
|
||||
"cateVodNode": "//ul[@class='stui-vodlist clearfix']/li/div/a",
|
||||
"cateVodName": "/@title",
|
||||
"cateVodId": "/@href",
|
||||
"cateVodIdR": "/voddetail/(\\w+).html",
|
||||
"cateVodImg": "/@data-original",
|
||||
"cateVodImgR": "",
|
||||
"cateVodMark": "/span[2]/text()",
|
||||
"dtUrl": "http://www.zzzlike.vip/voddetail/{vid}.html",
|
||||
"dtNode": "//body",
|
||||
"dtName": "//div[@class='stui-content__thumb']/a/@title",
|
||||
"dtNameR": "",
|
||||
"dtImg": "//div[@class='stui-content__thumb']/a/img/@data-original",
|
||||
"dtImgR": "",
|
||||
"dtCate": "//span[contains(text(),'类型')]/parent::p/text()[2]",
|
||||
"dtCateR": "",
|
||||
"dtYear": "//span[contains(text(),'年份')]/parent::p/text()[6]",
|
||||
"dtYearR": "",
|
||||
"dtArea": "//span[contains(text(),'地区')]/parent::p/text()[4]",
|
||||
"dtAreaR": "",
|
||||
"dtMark": "",
|
||||
"dtMarkR": "",
|
||||
"dtActor": "//span[contains(text(),'主演')]/following-sibling::*/text()",
|
||||
"dtActorR": "",
|
||||
"dtDirector": "//span[contains(text(),'导演')]/following-sibling::*/text()",
|
||||
"dtDirectorR": "",
|
||||
"dtDesc": "//span[@class='detail-content']/text()",
|
||||
"dtDescR": "",
|
||||
"dtFromNode": "//div[contains(@class, 'bottom-line')]/h3",
|
||||
"dtFromName": "/text()",
|
||||
"dtUrlNode": "//ul[@class='stui-content__playlist clearfix']",
|
||||
"dtUrlSubNode": "/li/a",
|
||||
"dtUrlId": "@href",
|
||||
"dtUrlIdR": "/vodplay/(\\S+).html",
|
||||
"dtUrlName": "/text()",
|
||||
"dtUrlNameR": "",
|
||||
"playUrl": "http://www.zzzlike.vip/vodplay/{playUrl}.html",
|
||||
"playUa": "",
|
||||
"searchUrl": "http://www.zzzlike.vip/index.php/ajax/suggest?mid=1&wd={wd}&limit=100",
|
||||
"scVodNode": "json:list",
|
||||
"scVodName": "name",
|
||||
"scVodId": "id",
|
||||
"scVodIdR": "",
|
||||
"scVodImg": "pic",
|
||||
"scVodMark": ""
|
||||
}
|
||||
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"author": "春风",
|
||||
"ua": "",
|
||||
"homeUrl": "https://www.zaixiandianying8.com",
|
||||
"dcVipFlag": "true",
|
||||
"pCfgJs": "https://www.zaixiandianying8.com/static/js/playerconfig.js",
|
||||
"pCfgJsR": "MacPlayerConfig.player_list=([\\w\\W]*?),MacPlayerConfig.downer_list",
|
||||
"dcShow2Vip": {},
|
||||
"dcPlayUrl": "true",
|
||||
"cateManual": {
|
||||
"蓝光": "37",
|
||||
"电影": "1",
|
||||
"连续剧": "2",
|
||||
"动漫": "4",
|
||||
"国产剧": "13",
|
||||
"港台剧": "14",
|
||||
"日韩剧": "15",
|
||||
"欧美剧": "16",
|
||||
"动作片": "6",
|
||||
"喜剧片": "7",
|
||||
"爱情片": "8",
|
||||
"科幻片": "9",
|
||||
"恐怖片": "10",
|
||||
"灾难片": "21",
|
||||
"悬疑片": "25",
|
||||
"剧情片": "11",
|
||||
"战争片": "12",
|
||||
"纪录片": "20"
|
||||
},
|
||||
"homeVodNode": " //ul[@class='myui-vodlist clearfix']//div[@class='myui-vodlist__box']/a",
|
||||
"homeVodName": "/@title",
|
||||
"homeVodId": "/@href",
|
||||
"homeVodIdR": "/\\w+/(\\w+)\\S*.html",
|
||||
"homeVodImg": "/@data-original",
|
||||
"homeVodImgR": "",
|
||||
"homeVodMark": "/span[@class='pic-text text-right']/text()",
|
||||
"cateUrl": "https://www.zaixiandianying8.com/vodshow/{cateId}--------{catePg}---.html",
|
||||
"cateVodNode": "//ul[@class='myui-vodlist clearfix']//div[@class='myui-vodlist__box']/a",
|
||||
"cateVodName": "/@title",
|
||||
"cateVodId": "/@href",
|
||||
"cateVodIdR": "/voddetail/(\\w+)\\S*.html",
|
||||
"cateVodImg": "/@data-original",
|
||||
"cateVodImgR": "",
|
||||
"cateVodMark": "/span[@class='pic-text text-right']/text()",
|
||||
"dtUrl": "https://www.zaixiandianying8.com/voddetail/{vid}.html",
|
||||
"dtNode": "//body",
|
||||
"dtName": "//div[@class='myui-content__thumb']/a/@title",
|
||||
"dtNameR": "",
|
||||
"dtImg": "//div[@class='myui-content__thumb']/a/img/@data-original",
|
||||
"dtImgR": "",
|
||||
"dtCate": "//span[contains(text(), '分类')]/following-sibling::a/text()",
|
||||
"dtCateR": "",
|
||||
"dtYear": "//span[contains(text(), '年份')]/following-sibling::a/text()",
|
||||
"dtYearR": "",
|
||||
"dtArea": "//span[contains(text(), '地区')]/following-sibling::a/text()",
|
||||
"dtAreaR": "",
|
||||
"dtDirector": "//span[contains(text(), '导演')]/following-sibling::a/text()",
|
||||
"dtDirectorR": "",
|
||||
"dtActor": "//span[contains(text(), '主演')]/following-sibling::a/text()",
|
||||
"dtActorR": "",
|
||||
"dtDesc": "//span[@class='sketch content']/text()",
|
||||
"dtDescR": "",
|
||||
"dtFromNode": "//ul[contains(@class,'nav-tabs')]/li/a",
|
||||
"dtFromName": "/text()",
|
||||
"dtFromNameR": "",
|
||||
"dtUrlNode": "//ul[contains(@class,'myui-content__list')]",
|
||||
"dtUrlSubNode": "/li/a",
|
||||
"dtUrlId": "@href",
|
||||
"dtUrlIdR": "/vodplay/(\\S+).html",
|
||||
"dtUrlName": "/text()",
|
||||
"dtUrlNameR": "",
|
||||
"playUrl": "https://www.zaixiandianying8.com/vodplay/{playUrl}.html",
|
||||
"playUa": "",
|
||||
"searchUrl": "https://www.zaixiandianying8.com/vodsearch/-------------.html?wd={wd}&submit=",
|
||||
"scVodNode": "//ul[@id='searchList']//div[@class='thumb']/a",
|
||||
"scVodName": "/@title",
|
||||
"scVodId": "/@href",
|
||||
"scVodIdR": "/voddetail/(\\w+).html",
|
||||
"scVodImg": "/@data-original",
|
||||
"scVodMark": "/span[@class='pic-text text-right']/text()"
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"ua": "",
|
||||
"homeUrl": "https://newfii.com",
|
||||
"cateNode": "//ul[contains(@class,'nav-menu-items')]/li[contains(@class, 'nav-menu-item')]/a[contains(@href,'index.php/vod/type/id')]",
|
||||
"cateName": "/text()",
|
||||
"cateId": "/@href",
|
||||
"cateIdR": "/index.php/vod/type/id/(\\d+).html",
|
||||
"cateManual": {
|
||||
"电影": "1",
|
||||
"连续剧": "2",
|
||||
"综艺": "3",
|
||||
"动漫": "4"
|
||||
},
|
||||
"homeVodNode": "//div[contains(@class, 'module-items')]/div[contains(@class, 'module-item')]",
|
||||
"homeVodName": "/div[contains(@class, 'module-item-titlebox')]/a/@title",
|
||||
"homeVodId": "/div[contains(@class, 'module-item-titlebox')]/a/@href",
|
||||
"homeVodIdR": "/index.php/vod/detail/id/(\\w+)",
|
||||
"homeVodImg": "/div[contains(@class, 'module-item-cover')]/div[contains(@class, 'module-item-pic')]/img/@data-src",
|
||||
"homeVodMark": "/div[contains(@class,'module-item-text')]/text()",
|
||||
"cateUrl": "https://newfii.com/index.php/vod/type/id/{cateId}/page/{catePg}.html",
|
||||
"cateVodNode": "//div[@class='module-items']//div[@class='module-item-pic']",
|
||||
"cateVodName": "/a/@title",
|
||||
"cateVodId": "/a/@href",
|
||||
"cateVodIdR": "/index.php/vod/detail/id/(\\w+)",
|
||||
"cateVodImg": "/img/@data-src",
|
||||
"cateVodMark": "",
|
||||
"dtUrl": "https://newfii.com/index.php/vod/detail/id/{vid}.html",
|
||||
"dtNode": "//div[contains(@class, 'box view-heading')]",
|
||||
"dtName": "/div[@class='video-info']/div[@class='video-info-header']/h1/text()",
|
||||
"dtNameR": "",
|
||||
"dtImg": "/div[@class='video-cover']//div[@class='module-item-pic']/img/@data-src",
|
||||
"dtImgR": "\\S+(http\\S+)",
|
||||
"dtCate": "",
|
||||
"dtCateR": "",
|
||||
"dtArea": "",
|
||||
"dtAreaR": "",
|
||||
"dtDirector": "//span[contains(@class,'video-info-itemtitle') and contains(text(), '导演')]/following-sibling::div/span/following-sibling::*/text()",
|
||||
"dtDirectorR": "",
|
||||
"dtActor": "//span[contains(@class,'video-info-itemtitle') and contains(text(), '主演')]/following-sibling::div/span/following-sibling::*/text()",
|
||||
"dtActorR": "",
|
||||
"dtYear": "//span[contains(@class,'video-info-itemtitle') and contains(text(), '年代')]/following-sibling::div/span/following-sibling::*/text()",
|
||||
"dtYearR": "",
|
||||
"dtMark": "//span[contains(@class,'video-info-itemtitle') and contains(text(), '集数')]/following-sibling::div/span/following-sibling::*/text()",
|
||||
"dtMarkR": "",
|
||||
"dtDesc": "//span[contains(@class,'video-info-itemtitle') and contains(text(), '剧情')]/following-sibling::div/span/following-sibling::*/text()",
|
||||
"dtDescR": "",
|
||||
"dtFromNode": "//div[contains(@class, 'module-tab-content')]/div[contains(@class, 'module-tab-item')]/span",
|
||||
"dtFromName": "/text()",
|
||||
"dtUrlNode": "//div[contains(@class, 'module-blocklist')]",
|
||||
"dtUrlSubNode": "/div/a",
|
||||
"dtUrlId": "@href",
|
||||
"dtUrlIdR": "/index.php/vod/play/id/(\\S+).html",
|
||||
"dtUrlName": "/span/text()",
|
||||
"dtUrlNameR": "",
|
||||
"playUrl": "https://newfii.com/index.php/vod/play/id/{playUrl}.html",
|
||||
"playUa": "",
|
||||
"searchUrl": "https://newfii.com/index.php/ajax/suggest?mid=1&wd={wd}&limit=10",
|
||||
"scVodNode": "json:list",
|
||||
"scVodName": "name",
|
||||
"scVodId": "id",
|
||||
"scVodIdR": "",
|
||||
"scVodImg": "pic",
|
||||
"scVodMark": ""
|
||||
}
|
||||
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"ua": "",
|
||||
"homeUrl": "http://www.yyotv.com",
|
||||
"cateNode": "//ul[@class='item nav-list clearfix']/li/a[contains(@href, 'id')]",
|
||||
"cateName": "/text()",
|
||||
"cateId": "/@href",
|
||||
"cateIdR": "/index.php/vod/type/id/(\\d+).html",
|
||||
"cateManual": {},
|
||||
"homeVodNode": "//div[@class='myui-vodlist__box']/a[contains(@class, 'lazyload')]",
|
||||
"homeVodName": "/@title",
|
||||
"homeVodId": "/@href",
|
||||
"homeVodIdR": "/index.php/vod/detail/id/(\\w+).html",
|
||||
"homeVodImg": "/@data-original",
|
||||
"homeVodMark": "/span[@class='pic-text text-right']/text()",
|
||||
"cateUrl": "http://www.yyotv.com/index.php/vod/type/id/{cateId}/page/{catePg}.html",
|
||||
"cateVodNode": "//div[@class='myui-vodlist__box']/a[contains(@class, 'lazyload')]",
|
||||
"cateVodName": "/@title",
|
||||
"cateVodId": "/@href",
|
||||
"cateVodIdR": "/index.php/vod/detail/id/(\\w+).html",
|
||||
"cateVodImg": "/@data-original",
|
||||
"cateVodMark": "/span[@class='pic-text text-right']/text()",
|
||||
"dtUrl": "http://www.yyotv.com/index.php/vod/detail/id/{vid}.html",
|
||||
"dtNode": "//body",
|
||||
"dtName": "//div[@class='myui-content__thumb']/a/@title",
|
||||
"dtImg": "//div[@class='myui-content__thumb']/a/img/@data-original",
|
||||
"dtFromNode": "//ul[@class='nav nav-tabs active']/li/a",
|
||||
"dtFromName": "/text()",
|
||||
"dtUrlNode": "//div[contains(@id,'playlist')]/ul",
|
||||
"dtUrlSubNode": "/li/a",
|
||||
"dtUrlId": "@href",
|
||||
"dtUrlIdR": "",
|
||||
"dtUrlName": "/text()",
|
||||
"dtUrlNameR": "",
|
||||
"playUrl": "http://www.yyotv.com{playUrl}",
|
||||
"playUa": "",
|
||||
"searchUrl": "http://www.yyotv.com/index.php/ajax/suggest?mid=1&wd={wd}&limit=10",
|
||||
"scVodNode": "json:list",
|
||||
"scVodName": "name",
|
||||
"scVodId": "id",
|
||||
"scVodIdR": "",
|
||||
"scVodImg": "pic",
|
||||
"scVodMark": ""
|
||||
}
|
||||
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"ua": "",
|
||||
"homeUrl": "https://xfeiji.com",
|
||||
"dcVipFlag": "true",
|
||||
"pCfgJs": "https://xfeiji.com/static/js/playerconfig.js",
|
||||
"pCfgJsR": "[\\W|\\S|.]*?MacPlayerConfig.player_list[\\W|\\S|.]*?=([\\W|\\S|.]*?),MacPlayerConfig.downer_list",
|
||||
"dcShow2Vip": {},
|
||||
"dcPlayUrl": "true",
|
||||
"cateNode": "//ul[contains(@class,'myui-header__menu nav-menu')]/li[contains(@class, ' hidden-sm hidden-xs')]/a[contains(@href, 'vodtype') and not(contains(@href,'label'))]",
|
||||
"cateName": "/text()",
|
||||
"cateId": "/@href",
|
||||
"cateIdR": "/vodtype/(\\w+).html",
|
||||
"cateManual": {},
|
||||
"homeVodNode": "//ul[contains(@class,'myui-vodlist')]/li//a[contains(@class,'myui-vodlist__thumb')]",
|
||||
"homeVodName": "/@title",
|
||||
"homeVodId": "/@href",
|
||||
"homeVodIdR": "/display/(\\w+).html",
|
||||
"homeVodImg": "/@data-original",
|
||||
"homeVodImgR": "\\S+(http\\S+)",
|
||||
"homeVodMark": "/span[contains(@class,'pic-text')]/text()",
|
||||
"cateUrl": "https://xfeiji.com/vodshow/{cateId}--------{catePg}---.html",
|
||||
"cateVodNode": "//ul[contains(@class,'myui-vodlist')]//li//a[contains(@class,'myui-vodlist__thumb')]",
|
||||
"cateVodName": "/@title",
|
||||
"cateVodId": "/@href",
|
||||
"cateVodIdR": "/display/(\\w+).html",
|
||||
"cateVodImg": "/@data-original",
|
||||
"cateVodImgR": "\\S+(http\\S+)",
|
||||
"cateVodMark": "/span[contains(@class,'pic-text')]/text()",
|
||||
"dtUrl": "https://xfeiji.com/display/{vid}.html",
|
||||
"dtNode": "//body",
|
||||
"dtName": "//div[@class='myui-content__thumb']/a[contains(@class,'myui-vodlist__thumb')]/@title",
|
||||
"dtNameR": "",
|
||||
"dtImg": "//div[@class='myui-content__thumb']/a[contains(@class,'myui-vodlist__thumb')]/img/@data-original",
|
||||
"dtImgR": "\\S+(http\\S+)",
|
||||
"dtCate": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '分类')]/following-sibling::*/text()",
|
||||
"dtCateR": "",
|
||||
"dtArea": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '地区')]/following-sibling::*/text()",
|
||||
"dtAreaR": "",
|
||||
"dtYear": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '年份')]/following-sibling::*/text()",
|
||||
"dtYearR": "",
|
||||
"dtMark": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '更新')]/following-sibling::*/text()",
|
||||
"dtMarkR": "",
|
||||
"dtActor": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '主演')]/following-sibling::*/text()",
|
||||
"dtActorR": "",
|
||||
"dtDirector": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '导演')]/following-sibling::*/text()",
|
||||
"dtDirectorR": "",
|
||||
"dtDesc": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '简介')]/parent::text()",
|
||||
"dtDescR": "",
|
||||
"dtFromNode": "//a[@data-toggle='tab' and contains(@href, 'playlist')]",
|
||||
"dtFromName": "/text()",
|
||||
"dtFromNameR": "",
|
||||
"dtUrlNode": "//div[contains(@class,'tab-content')]/div[contains(@id, 'playlist')]",
|
||||
"dtUrlSubNode": "//li/a",
|
||||
"dtUrlId": "@href",
|
||||
"dtUrlIdR": "/play/(\\S+).html",
|
||||
"dtUrlName": "/text()",
|
||||
"dtUrlNameR": "",
|
||||
"playUrl": "https://xfeiji.com/play/{playUrl}.html",
|
||||
"playUa": "",
|
||||
"searchUrl": "https://xfeiji.com/index.php/ajax/suggest?mid=1&wd={wd}&limit=10",
|
||||
"scVodNode": "json:list",
|
||||
"scVodName": "name",
|
||||
"scVodId": "id",
|
||||
"scVodIdR": "",
|
||||
"scVodImg": "pic",
|
||||
"scVodMark": ""
|
||||
}
|
||||
+101
@@ -0,0 +1,101 @@
|
||||
{
|
||||
"author": "ajk",
|
||||
"ua": "",
|
||||
// 首页地址 用于获取 分类和首页推荐
|
||||
"homeUrl": "https://www.xqmi.top",
|
||||
// 手动设置分类,如果手动设置了分类则不使用上面的分类xpath获取分类 例如 "cateManual": {"电影": "1", "电视剧": "2"},
|
||||
"cateManual": {
|
||||
"推荐": "0",
|
||||
"电影": "1",
|
||||
"电视剧": "2",
|
||||
"综艺": "3",
|
||||
"动漫": "4",
|
||||
"国产剧": "13",
|
||||
"港台剧": "14",
|
||||
"日韩剧": "15",
|
||||
"欧美剧": "16",
|
||||
"动作片": "6",
|
||||
"喜剧片": "7",
|
||||
"爱情片": "8",
|
||||
"科幻片": "9",
|
||||
"恐怖片": "10",
|
||||
"剧情片": "11",
|
||||
"战争片": "12"
|
||||
},
|
||||
// 首页推荐视频的节点
|
||||
"homeVodNode": "//ul[@class='stui-vodlist clearfix']/li/a",
|
||||
// 首页推荐视频的名称
|
||||
"homeVodName": "/@title",
|
||||
// 二次处理正则
|
||||
"homeVodNameR": "",
|
||||
// 首页推荐视频的id
|
||||
"homeVodId": "/@href",
|
||||
// 二次处理正则
|
||||
"homeVodIdR": "/id/(\\w+).html",
|
||||
// 首页推荐视频的图片
|
||||
"homeVodImg": "/@data-original",
|
||||
// 二次处理正则
|
||||
"homeVodImgR": "",
|
||||
// 首页推荐视频的简介
|
||||
"homeVodMark": "/span[@class='pic-text text-right']/text()",
|
||||
// 二次处理正则
|
||||
"homeVodMarkR": "",
|
||||
// 分类页地址 {cateId} 分类id {catePg} 当前页
|
||||
"cateUrl": "https://www.xqmi.top/index.php/vod/type/id/{cateId}/page/{catePg}.html",
|
||||
// 同上面的homeVod字段 分类列表中的视频信息
|
||||
"cateVodNode": "//ul[@class='stui-vodlist clearfix']/li/a",
|
||||
"cateVodName": "/@title",
|
||||
"cateVodId": "/@href",
|
||||
"cateVodIdR": "/id/(\\w+).html",
|
||||
"cateVodImg": "/@data-original",
|
||||
"cateVodMark": "/span[@class='pic-text text-right']/text()",
|
||||
// 详情页地址 用于获取详情页信息 及 播放列表和地址
|
||||
"dtUrl": "https://www.xqmi.top/index.php/vod/play/id/{vid}.html",
|
||||
// 详情节点
|
||||
"dtNode": "//body",
|
||||
// 视频名
|
||||
"dtName": "//div[contains(@class,'video-title')]/h2[@class='title']/text()",
|
||||
"dtNameR": "",
|
||||
// 视频图片
|
||||
"dtImg": "//a[contains(@class,'stui-vodlist__thumb')][1]/@data-original",
|
||||
"dtImgR": "",
|
||||
// 视频分类
|
||||
"dtCate": "//span[contains(@class,'text-muted hidden-xs') and contains(text(), '类型:')]/following-sibling::*/text()",
|
||||
"dtCateR": "",
|
||||
// 视频年份
|
||||
"dtYear": "//span[contains(@class,'text-muted hidden-xs') and contains(text(), '年份:')]/following-sibling::*/text()",
|
||||
// 视频简介
|
||||
"dtDesc": "//div[contains(@class,'stui-content__desc col-pd clearfix')]/text()",
|
||||
"dtDescR": "",
|
||||
// 播放源节点
|
||||
"dtFromNode": "//div[contains(@class,'tabs')]/ul[@class='t-ul']",
|
||||
// 播放源名称 多个重名播放源
|
||||
"dtFromName": "concat('播放源',count(parent::*/preceding::*//div[contains(@class,'tabs')]/ul[@class='t-ul']) + 1)",
|
||||
// 二次处理正则
|
||||
"dtFromNameR": "(\\S+).0",
|
||||
// 播放列表节点
|
||||
"dtUrlNode": "//div[contains(@class,'tabs')]/div//ul",
|
||||
// 播放地址节点
|
||||
"dtUrlSubNode": "/li/a",
|
||||
// 播放地址
|
||||
"dtUrlId": "/@href",
|
||||
// 二次处理正则
|
||||
"dtUrlIdR": "/index.php/vod/play/id/(\\S+).html",
|
||||
// 剧集名称
|
||||
"dtUrlName": "/text()",
|
||||
// 二次处理正则
|
||||
"dtUrlNameR": "",
|
||||
// 播放页面的地址 {playUrl} 对应上面 dtUrlId 获取到的地址
|
||||
"playUrl": "https://www.xqmi.top/index.php/vod/play/id/{playUrl}.html",
|
||||
// 解析webview的user-agent
|
||||
"playUa": "",
|
||||
// 搜索地址
|
||||
"searchUrl": "https://www.xqmi.top/index.php/vod/search.html?wd={wd}",
|
||||
// 同上面的homeVod字段 搜索结果中的视频信息, 这里有对苹果cms suggest搜索接口的特殊支持,参考示例中的极品影视
|
||||
"scVodNode": "//ul[@class='stui-vodlist clearfix']/li/a",
|
||||
"scVodName": "/@title",
|
||||
"scVodId": "/@href",
|
||||
"scVodIdR": "/id/(\\w+).html",
|
||||
"scVodImg": "/@data-original",
|
||||
"scVodMark": "/span[@class='pic-text text-right']/text()"
|
||||
}
|
||||
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"ua": "",
|
||||
"homeUrl": "https://v.xuangz.cn/",
|
||||
"cateNode": "//ul[@class='nav navbar-nav']/li/a[contains(@href,'whole') and not(contains(@href, '5'))]",
|
||||
"cateName": "/text()",
|
||||
"cateId": "/@href",
|
||||
"cateIdR": "/whole(\\S+).html",
|
||||
"cateManual": {},
|
||||
"homeVodNode": "//div[@class='movie-item-in']",
|
||||
"homeVodName": "/div/h1/a/text()",
|
||||
"homeVodId": "/div/h1/a/@href",
|
||||
"homeVodIdR": "/show(\\S+).html",
|
||||
"homeVodImg": "/a/img/@src",
|
||||
"homeVodImgR": "",
|
||||
"homeVodMark": "",
|
||||
"cateUrl": "https://v.xuangz.cn/whole/{cateId}_______0_addtime_{catePg}.html",
|
||||
"cateVodNode": "//div[@class='movie-item-in']",
|
||||
"cateVodName": "/div/h1/a/text()",
|
||||
"cateVodId": "/div/h1/a/@href",
|
||||
"cateVodIdR": "/show(\\S+).html",
|
||||
"cateVodImg": "/a/img/@src",
|
||||
"cateVodImgR": "",
|
||||
"cateVodMark": "",
|
||||
"dtUrl": "https://v.xuangz.cn/show/{vid}.html",
|
||||
"dtNode": "//div[@class='row']",
|
||||
"dtName": "/div/h1/text()",
|
||||
"dtNameR": "",
|
||||
"dtImg": "/div/div/div[1]/img/@src",
|
||||
"dtImgR": "",
|
||||
"dtCate": "/div/div/div[2]/table/tbody/tr[3]/td[2]/a/text()",
|
||||
"dtCateR": "",
|
||||
"dtYear": "div/div/div[2]/table/tbody/tr[6]/td[2]/a/text()",
|
||||
"dtYearR": "",
|
||||
"dtArea": "/div/div/div[2]/table/tbody/tr[4]/td[2]/a/text()",
|
||||
"dtAreaR": "",
|
||||
"dtMark": "/div/div/div[2]/table/tbody/tr[7]/td[2]/text()",
|
||||
"dtMarkR": "",
|
||||
"dtActor": "/div/div/div[2]/table/tbody/tr[2]/td[2]/a/text()",
|
||||
"dtActorR": "",
|
||||
"dtDirector": "/div/div/div[2]/table/tbody/tr[1]/td[2]/a/text()",
|
||||
"dtDirectorR": "",
|
||||
"dtDesc": "/div/div[2]/div[2]/p/span//span/text()",
|
||||
"dtDescR": "",
|
||||
"dtFromNode": "//ul[@id='tvTabs']/li/a",
|
||||
"dtFromName": "/text()",
|
||||
"dtFromNameR": "",
|
||||
"dtUrlNode": "//div[@class='row tv-js-list']",
|
||||
"dtUrlSubNode": "/div/a",
|
||||
"dtUrlId": "/@href",
|
||||
"dtUrlIdR": "/play(\\S+).html",
|
||||
"dtUrlName": "/text()",
|
||||
"dtUrlNameR": "",
|
||||
"playUrl": "https://v.xuangz.cn//play/{playUrl}.html",
|
||||
"playUa": "",
|
||||
"searchUrl": "https://v.xuangz.cn/?c=search&wd={wd}",
|
||||
"scVodNode": "//div[@class='movie-item-in']",
|
||||
"scVodName": "/a/@title",
|
||||
"scVodId": "/div/h1/a/@href",
|
||||
"scVodIdR": "/show/(\\S+).html",
|
||||
"scVodImg": "/a/img/@src",
|
||||
"scVodMark": "/a/span/text()"
|
||||
}
|
||||
@@ -0,0 +1,79 @@
|
||||
{
|
||||
"author": "春风",
|
||||
"ua": "",
|
||||
"homeUrl": "https://www.hiyszx.com",
|
||||
"dcVipFlag": "true",
|
||||
"dcPlayUrl": "true",
|
||||
"cateManual": {
|
||||
"电影": "dy",
|
||||
"连续剧": "tv",
|
||||
"动漫": "dm",
|
||||
"综艺": "zy",
|
||||
"国产剧": "tv/dalu",
|
||||
"港台剧": "tv/tangtai",
|
||||
"韩剧": "tv/hanju ",
|
||||
"欧美剧": "tv/oumei",
|
||||
"日剧": "tv/riju",
|
||||
"泰剧": "tv/taiju",
|
||||
"动作片": "dy/dongzuo",
|
||||
"爱情片": "dy/aiqing",
|
||||
"科幻": "dy/kehuan",
|
||||
"恐怖片": "dy/kongbu",
|
||||
"喜剧片": "dy/xiju",
|
||||
"战争片": "dy/zhanzheng",
|
||||
"剧情片": "dy/juqing",
|
||||
"纪录片": "dy/jilu"
|
||||
},
|
||||
"homeVodNode": "//a[contains(@class,'videopic')]",
|
||||
"homeVodName": "/@title",
|
||||
"homeVodId": "/@href",
|
||||
"homeVodIdR": "/(\\S+)/",
|
||||
"homeVodImg": "/@data-original",
|
||||
"homeVodImgR": "",
|
||||
"homeVodMark": "/span[@class='note textbg']/text()",
|
||||
"cateUrl": "https://www.hiyszx.com/{cateId}/index.html",
|
||||
"cateVodNode": "//a[contains(@class,'videopic')]",
|
||||
"cateVodName": "/@title",
|
||||
"cateVodId": "/@href",
|
||||
"cateVodIdR": "/(\\S+)/",
|
||||
"cateVodImg": "/@data-original",
|
||||
"cateVodImgR": "",
|
||||
"cateVodMark": "/span[@class='note textbg']/text()",
|
||||
"dtUrl": "https://www.hiyszx.com/{vid}/",
|
||||
"dtNode": "//body",
|
||||
"dtName": "//a[@class='videopic']/@title",
|
||||
"dtNameR": "",
|
||||
"dtImg": "//a[@class='videopic']/@style",
|
||||
"dtImgR": "background: url\\S(\\S+)\\S \\S+",
|
||||
"dtCate": "//span[contains(text(), '类型')]/following-sibling::a/text()",
|
||||
"dtCateR": "",
|
||||
"dtYear": "//span[contains(text(), '年份')]/parent::text()",
|
||||
"dtYearR": "",
|
||||
"dtArea": "//span[contains(text(), '地区')]/parent::text()",
|
||||
"dtAreaR": "",
|
||||
"dtDirector": "//span[contains(text(), '导演')]/following-sibling::a/text()",
|
||||
"dtDirectorR": "",
|
||||
"dtActor": "//span[contains(text(), '主演')]/following-sibling::a/text()",
|
||||
"dtActorR": "",
|
||||
"dtDesc": "//span[contains(text(), '剧情')]/parent::text()",
|
||||
"dtDescR": "",
|
||||
"dtFromNode": "//a[@class='option']",
|
||||
"dtFromName": "/text()",
|
||||
"dtFromNameR": "",
|
||||
"dtUrlNode": "//div[@class='playlist collapse in']/ul",
|
||||
"dtUrlSubNode": "/li/a",
|
||||
"dtUrlId": "@href",
|
||||
"dtUrlIdR": "/video/(\\S+).html",
|
||||
"dtUrlName": "/text()",
|
||||
"dtUrlNameR": "",
|
||||
"playUrl": "https://www.hiyszx.com/video/{playUrl}.html",
|
||||
"playUa": "",
|
||||
"searchUrl": "https://www.hiyszx.com/search.php?searchword={wd}",
|
||||
"scVodNode": "//dl[@class='content']",
|
||||
"scVodName": "//h3/a/text()",
|
||||
"scVodId": "//h3/a/@href",
|
||||
"scVodIdR": "/(\\S+)/",
|
||||
"scVodImg": "/dt/a/@style",
|
||||
"scVodImgR": "background: url\\S(\\S+)\\S \\S+",
|
||||
"scVodMark": "//span[@class='note textbg']/text()"
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"ua": "",
|
||||
"homeUrl": "https://www.paopaoshipin.com",
|
||||
"cateNode": "//div[contains(@class,'nav flex')]/a[contains(@href, 't')]",
|
||||
"cateName": "/div/text()",
|
||||
"cateId": "/@href",
|
||||
"cateIdR": "/t/(\\d+).html",
|
||||
"cateManual": {},
|
||||
"homeVodNode": "//div[contains(@class,'movie-list-item')]/a[contains(@target, '_top')]",
|
||||
"homeVodName": "/div/div[contains(@class, 'movie-title txtHide')]/text()",
|
||||
"homeVodId": "/@href",
|
||||
"homeVodIdR": "/v/(\\w+).html",
|
||||
"homeVodImg": "/div/div/@data-original",
|
||||
"homeVodImgR": "",
|
||||
"homeVodMark": "/div/div[contains(@class,'movie-rating cor4')]/text()",
|
||||
"cateUrl": "https://www.paopaoshipin.com/t/{cateId}/{catePg}.html",
|
||||
"cateVodNode": "//div[@class='mobile-main mobile-main-type']/div/div/div[2]/div/a",
|
||||
"cateVodName": "/div/div[contains(@class, 'movie-title txtHide')]/text()",
|
||||
"cateVodId": "/@href",
|
||||
"cateVodIdR": "/v/(\\w+).html",
|
||||
"cateVodImg": "/div/div/@data-original",
|
||||
"cateVodMark": "/div/div[contains(@class,'movie-rating cor4')]/text()",
|
||||
"dtUrl": "https://www.paopaoshipin.com/v/{vid}.html",
|
||||
"dtNode": "//body",
|
||||
"dtName": "//div[@class='movie-info']/h1/@title",
|
||||
"dtNameR": "",
|
||||
"dtImg": "//div[@class='poster']/img/@src",
|
||||
"dtImgR": "",
|
||||
"dtDesc": "//div[contains(@class,'summary detailsTxt')]/text()",
|
||||
"dtDescR": "",
|
||||
"dtFromNode": "//div[contains(@class,'swiper-wrapper')]/a",
|
||||
"dtFromName": "/text()",
|
||||
"dtFromNameR": "",
|
||||
"dtUrlNode": "//ul[contains(@class, 'content_playlist flex wrap')]",
|
||||
"dtUrlSubNode": "/li/a",
|
||||
"dtUrlId": "@href",
|
||||
"dtUrlIdR": "/p/(\\S+).html",
|
||||
"dtUrlName": "/text()",
|
||||
"dtUrlNameR": "",
|
||||
"playUrl": "https://www.paopaoshipin.com/p/{playUrl}.html",
|
||||
"playUa": "",
|
||||
"searchUrl": "https://www.paopaoshipin.com/search?wd={wd}",
|
||||
"scVodNode": "//div[contains(@class,'vod-search-list')]",
|
||||
"scVodName": "/div/div/div/div[1]/@title",
|
||||
"scVodId": "/div/a/@href",
|
||||
"scVodIdR": "/v/(\\w+).html",
|
||||
"scVodImg": "/div/a/div/@data-original",
|
||||
"scVodMark": "/div/div/div/div[3]/text()"
|
||||
}
|
||||
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"author": "XX",
|
||||
"ua": "",
|
||||
"homeUrl": "https://so2.cc",
|
||||
"dcVipFlag": "true",
|
||||
"pCfgJs": "https://so2.cc/static/js/playerconfig.js",
|
||||
"pCfgJsR": "MacPlayerConfig.player_list=([\\w\\W]*?),MacPlayerConfig.downer_list=",
|
||||
"dcShow2Vip": {},
|
||||
"dcPlayUrl": "true",
|
||||
"cateManual": {
|
||||
"电影": "1-",
|
||||
"连续剧": "2-",
|
||||
"动漫": "4-",
|
||||
"综艺": "3-",
|
||||
"国产剧": "2-内地",
|
||||
"韩剧": "2-韩国",
|
||||
"港剧": "2-香港",
|
||||
"台剧": "2-台湾",
|
||||
"日剧": "2-日本",
|
||||
"美剧": "2-美国",
|
||||
"泰剧": "2-泰国",
|
||||
"英剧": "2-英国",
|
||||
"国产电影": "1-大陆",
|
||||
"香港电影": "1-香港",
|
||||
"美国电影": "1-美国",
|
||||
"日本电影": "1-日本",
|
||||
"印度电影": "1-印度",
|
||||
"韩国电影": "1-韩国",
|
||||
"台湾电影": "1-日本"
|
||||
|
||||
},
|
||||
"homeVodNode": "//a[contains(@class,'stui-vodlist__thumb')]",
|
||||
"homeVodName": "/@title",
|
||||
"homeVodId": "/@href",
|
||||
"homeVodIdR": "https://so2.cc/voddetail/(\\w+).html",
|
||||
"homeVodImg": "/@data-original",
|
||||
"homeVodImgR": "",
|
||||
"homeVodMark": "/span[@class='pic-text text-right']/text()",
|
||||
"cateUrl": "https://so2.cc/vodshow/{cateId}-------{catePg}---.html",
|
||||
"cateVodNode": "//a[contains(@class,'stui-vodlist__thumb')]",
|
||||
"cateVodName": "/@title",
|
||||
"cateVodId": "/@href",
|
||||
"cateVodIdR": "https://so2.cc/voddetail/(\\w+).html",
|
||||
"cateVodImg": "/@data-original",
|
||||
"cateVodImgR": "",
|
||||
"cateVodMark": "/span[@class='pic-text text-right']/text()",
|
||||
"dtUrl": "https://so2.cc/voddetail/{vid}.html",
|
||||
"dtNode": "//body",
|
||||
"dtName": "//div[@class='stui-content__thumb']/a/@title",
|
||||
"dtNameR": "",
|
||||
"dtImg": "//div[@class='stui-content__thumb']/a/img/@data-original",
|
||||
"dtImgR": "",
|
||||
"dtCate": "//span[contains(text(), '类型')]/following-sibling::/a/text()",
|
||||
"dtCateR": "",
|
||||
"dtYear": "//span[contains(text(), '年份')]/following-sibling::/a/text()",
|
||||
"dtYearR": "",
|
||||
"dtArea": "//span[contains(text(), '地区')]/following-sibling::/a/text()",
|
||||
"dtAreaR": "",
|
||||
"dtDirector": "//span[contains(text(), '导演')]/following-sibling::/a/text()",
|
||||
"dtDirectorR": "",
|
||||
"dtActor": "//span[contains(text(), '主演')]/following-sibling::/a/text()",
|
||||
"dtActorR": "",
|
||||
"dtDesc": "//span[contains(text(), '简介')]/parent::text()",
|
||||
"dtDescR": "",
|
||||
"dtFromNode": "//ul[@class='nav nav-tabs pull-right']/li/a",
|
||||
"dtFromName": "/text()",
|
||||
"dtFromNameR": "",
|
||||
"dtUrlNode": "//ul[contains(@class,'stui-content__playlist')]",
|
||||
"dtUrlSubNode": "/li/a",
|
||||
"dtUrlId": "@href",
|
||||
"dtUrlIdR": "/vodplay/(\\S+).html",
|
||||
"dtUrlName": "/text()",
|
||||
"dtUrlNameR": "",
|
||||
"playUrl": "https://so2.cc/vodplay/{playUrl}.html",
|
||||
"playUa": "",
|
||||
"searchUrl": "https://so2.cc/vodsearch/-------------.html?wd={wd}",
|
||||
"scVodNode": "//a[contains(@class,'stui-vodlist__thumb')]",
|
||||
"scVodName": "/@title",
|
||||
"scVodId": "/@href",
|
||||
"scVodIdR": "https://so2.cc/voddetail/(\\w+).html",
|
||||
"scVodImg": "/@data-original",
|
||||
"scVodMark": "/span[@class='pic-text text-right']/text()"
|
||||
}
|
||||
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"ua": "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1",
|
||||
"homeUrl": "https://ikan6.vip/",
|
||||
"cateManual":{"电影": "1", "国产剧": "2", "日韩剧": "15", "美剧": "16", "综艺": "3", "动漫": "4", "港台剧": "14", "记录片": "20"},
|
||||
"homeVodNode": "//div[@class='module-item']",
|
||||
"homeVodName":"//div[@class='module-item-cover']//div[@class='module-item-pic']/a/@title",
|
||||
"homeVodId": "//div[@class='module-item-cover']//div[@class='module-item-pic']/a/@href",
|
||||
"homeVodIdR": "/voddetail/(\\S+)",
|
||||
"homeVodImg": "//div[@class='module-item-cover']//div[@class='module-item-pic']/img/@data-src",
|
||||
"homeVodMark": "//div[@class='module-item-text']/text()",
|
||||
|
||||
//"cateUrl": "https://ikan6.vip/vodshow/{cateId}-{area}-{by}-{class}-----{catePg}---{year}/",
|
||||
"cateUrl": "https://ikan6.vip/vodshow/{cateId}--------{catePg}---/",
|
||||
"cateVodNode": "//div[@class='module-item']",
|
||||
"cateVodName":"//div[@class='module-item-cover']//div[@class='module-item-pic']/a/@title",
|
||||
"cateVodId": "//div[@class='module-item-cover']//div[@class='module-item-pic']/a/@href",
|
||||
"cateVodIdR": "/voddetail/(\\S+)",
|
||||
"cateVodImg": "//div[@class='module-item-cover']//div[@class='module-item-pic']/img/@data-src",
|
||||
"cateVodMark": "//div[@class='module-item-text']/text()",
|
||||
|
||||
"dtUrl": " https://ikan6.vip/voddetail/{vid}/",
|
||||
"dtNode": "//body",
|
||||
"dtName": "//*[@id='main']/div/div[1]/div[3]/div[1]/h1/text()",
|
||||
"dtImg":"//*[@id='main']/div/div[1]/div[2]/div/div/img/@data-src",
|
||||
"dtCate": "//*[@id='main']/div/div[1]/div[3]/div[1]/div/div/div/a/text()",
|
||||
"dtArea": "//*[@id='main']/div/div[1]/div[3]/div[1]/div/div/a[3]/text()",
|
||||
"dtYear": "//*[@id='main']/div/div[1]/div[3]/div[2]/div[3]/div/text()",
|
||||
"dtDesc": "//*[@id='main']/div/div[1]/div[3]/div[2]/div[6]/div/span/text()",
|
||||
"dtActor": "//*[@id=main]/div/div[1]/div[3]/div[2]/div[2]/div/descendant::*/text()",
|
||||
"dtDirector": "//*[@id='main']/div/div[1]/div[3]/div[2]/div[1]/div/a/text()",
|
||||
|
||||
"dtFromNode": "//div[contains(@class,'module-tab-item tab-item')]",
|
||||
"dtFromName": "//span/text()",
|
||||
"dtUrlNode": "//div[@class='sort-item']",
|
||||
"dtUrlSubNode": "/a",
|
||||
"dtUrlId": "/@href",
|
||||
"dtUrlIdR": "/vodplay/(\\S+)",
|
||||
"dtUrlName": "/span/text()",
|
||||
"playUrl": "https://ikan6.vip/vodplay/{playUrl}",
|
||||
|
||||
"searchUrl": "https://ikan6.vip/vodsearch/{wd}-------------/",
|
||||
"scVodNode": "//div[@class='module-item']",
|
||||
"scVodName":"//div[@class='module-item-cover']//div[@class='module-item-pic']/a/@title",
|
||||
"scVodId": "//div[@class='module-item-cover']//div[@class='module-item-pic']/a/@href",
|
||||
"scVodIdR": "/voddetail/(\\S+)",
|
||||
"scVodImg": "//div[@class='module-item-cover']//div[@class='module-item-pic']/img/@data-src",
|
||||
"scVodMark": "//div[@class='module-item-text']/text()",
|
||||
"filter":{
|
||||
"1": [
|
||||
{"name":"分类","key":"cateId","value":[{"n":"全部","v":""},{"n":"动作片","v":"6"},{"n":"喜剧片","v":"7"},{"n":"爱情片","v":"8"},{"n":"科幻片","v":"9"},{"n":"恐怖片","v":"10"},{"n":"剧情片","v":"11"},{"n":"战争片","v":"12"},{"n":"灾难片","v":"24"}]},
|
||||
{"name":"剧情","key":"class","value":[{"n":"全部","v":""},{"n":"喜剧","v":"喜剧"},{"n":"爱情","v":"爱情"},{"n":"恐怖","v":"恐怖"},{"n":"动作","v":"动作"},{"n":"科幻","v":"科幻"},{"n":"剧情","v":"剧情"},{"n":"战争","v":"战争"},{"n":"警匪","v":"警匪"},{"n":"犯罪","v":"犯罪"},{"n":"动画","v":"动画"},{"n":"奇幻","v":"奇幻"},{"n":"武侠","v":"武侠"},{"n":"冒险","v":"冒险"},{"n":"枪战","v":"枪战"},{"n":"恐怖","v":"恐怖"},{"n":"悬疑","v":"悬疑"},{"n":"惊悚","v":"惊悚"},{"n":"经典","v":"经典"},{"n":"青春","v":"青春"},{"n":"文艺","v":"文艺"},{"n":"微电影","v":"微电影"},{"n":"古装","v":"古装"},{"n":"历史","v":"历史"},{"n":"运动","v":"运动"},{"n":"农村","v":"农村"},{"n":"儿童","v":"儿童"},{"n":"网络电影","v":"网络电影"}]},
|
||||
{"name":"年份","key":"year","value":[{"n":"全部","v":""},{"n":"2022","v":"2022"},{"n":"2021","v":"2021"},{"n":"2020","v":"2020"},{"n":"2019","v":"2019"},{"n":"2018","v":"2018"},{"n":"2017","v":"2017"},{"n":"2016","v":"2016"},{"n":"2015","v":"2015"},{"n":"2014","v":"2014"},{"n":"2013","v":"2013"},{"n":"2012","v":"2012"},{"n":"2011","v":"2011"},{"n":"2010","v":"2010"}]},
|
||||
{"name":"地区","key":"area","value":[{"n":"全部","v":""},{"n":"大陆","v":"大陆"},{"n":"香港","v":"香港"},{"n":"台湾","v":"台湾"},{"n":"美国","v":"美国"},{"n":"法国","v":"法国"},{"n":"英国","v":"英国"},{"n":"日本","v":"日本"},{"n":"韩国","v":"韩国"},{"n":"德国","v":"德国"},{"n":"泰国","v":"泰国"},{"n":"印度","v":"印度"},{"n":"意大利","v":"意大利"},{"n":"西班牙","v":"西班牙"},{"n":"加拿大","v":"加拿大"},{"n":"其他","v":"其他"}]},
|
||||
{"name":"排序","key":"by","value":[{"n":"时间","v":"time"},{"n":"人气","v":"hits"},{"n":"评分","v":"score"}]}
|
||||
],
|
||||
"2": [
|
||||
{"name":"剧情","key":"class","value":[{"n":"全部","v":""},{"n":"古装","v":"古装"},{"n":"战争","v":"战争"},{"n":"青春偶像","v":"青春偶像"},{"n":"喜剧","v":"喜剧"},{"n":"家庭","v":"家庭"},{"n":"犯罪","v":"犯罪"},{"n":"动作","v":"动作"},{"n":"奇幻","v":"奇幻"},{"n":"剧情","v":"剧情"},{"n":"历史","v":"历史"},{"n":"经典","v":"经典"},{"n":"乡村","v":"乡村"},{"n":"情景","v":"情景"},{"n":"商战","v":"商战"},{"n":"网剧","v":"网剧"},{"n":"其他","v":"其他"}]},
|
||||
{"name":"年份","key":"year","value":[{"n":"全部","v":""},{"n":"2022","v":"2022"},{"n":"2021","v":"2021"},{"n":"2020","v":"2020"},{"n":"2019","v":"2019"},{"n":"2018","v":"2018"},{"n":"2017","v":"2017"},{"n":"2016","v":"2016"},{"n":"2015","v":"2015"},{"n":"2014","v":"2014"},{"n":"2013","v":"2013"},{"n":"2012","v":"2012"},{"n":"2011","v":"2011"},{"n":"2010","v":"2010"}]},
|
||||
{"name":"排序","key":"by","value":[{"n":"时间","v":"time"},{"n":"人气","v":"hits"},{"n":"评分","v":"score"}]}
|
||||
],
|
||||
"3": [
|
||||
{"name":"剧情","key":"class","value":[{"n":"全部","v":""},{"n":"选秀","v":"选秀"},{"n":"情感","v":"情感"},{"n":"访谈","v":"访谈"},{"n":"播报","v":"播报"},{"n":"旅游","v":"旅游"},{"n":"音乐","v":"音乐"},{"n":"美食","v":"美食"},{"n":"纪实","v":"纪实"},{"n":"曲艺","v":"曲艺"},{"n":"生活","v":"生活"},{"n":"游戏互动","v":"游戏互动"},{"n":"财经","v":"财经"},{"n":"求职","v":"求职"}]},
|
||||
{"name":"年份","key":"year","value":[{"n":"全部","v":""},{"n":"2022","v":"2022"},{"n":"2021","v":"2021"},{"n":"2020","v":"2020"},{"n":"2019","v":"2019"},{"n":"2018","v":"2018"},{"n":"2017","v":"2017"},{"n":"2016","v":"2016"},{"n":"2015","v":"2015"},{"n":"2014","v":"2014"},{"n":"2013","v":"2013"},{"n":"2012","v":"2012"},{"n":"2011","v":"2011"},{"n":"2010","v":"2010"}]},
|
||||
{"name":"地区","key":"area","value":[{"n":"全部","v":""},{"n":"内地","v":"内地"},{"n":"港台","v":"港台"},{"n":"日韩","v":"日韩"},{"n":"欧美","v":"欧美"}]},
|
||||
{"name":"排序","key":"by","value":[{"n":"时间","v":"time"},{"n":"人气","v":"hits"},{"n":"评分","v":"score"}]}
|
||||
],
|
||||
"4": [
|
||||
{"name":"剧情","key":"class","value":[{"n":"全部","v":""},{"n":"情感","v":"情感"},{"n":"科幻","v":"科幻"},{"n":"热血","v":"热血"},{"n":"推理","v":"推理"},{"n":"搞笑","v":"搞笑"},{"n":"冒险","v":"冒险"},{"n":"萝莉","v":"萝莉"},{"n":"校园","v":"校园"},{"n":"动作","v":"动作"},{"n":"机战","v":"机战"},{"n":"运动","v":"运动"},{"n":"战争","v":"战争"},{"n":"少年","v":"少年"},{"n":"少女","v":"少女"},{"n":"社会","v":"社会"},{"n":"原创","v":"原创"},{"n":"亲子","v":"亲子"},{"n":"益智","v":"益智"},{"n":"励志","v":"励志"},{"n":"其他","v":"其他"}]},
|
||||
{"name":"年份","key":"year","value":[{"n":"全部","v":""},{"n":"2022","v":"2022"},{"n":"2021","v":"2021"},{"n":"2020","v":"2020"},{"n":"2019","v":"2019"},{"n":"2018","v":"2018"},{"n":"2017","v":"2017"},{"n":"2016","v":"2016"},{"n":"2015","v":"2015"},{"n":"2014","v":"2014"},{"n":"2013","v":"2013"},{"n":"2012","v":"2012"},{"n":"2011","v":"2011"},{"n":"2010","v":"2010"}]},
|
||||
{"name":"地区","key":"area","value":[{"n":"全部","v":""},{"n":"内地","v":"内地"},{"n":"港台","v":"港台"},{"n":"日韩","v":"日韩"},{"n":"欧美","v":"欧美"}]},
|
||||
{"name":"排序","key":"by","value":[{"n":"时间","v":"time"},{"n":"人气","v":"hits"},{"n":"评分","v":"score"}]}
|
||||
],
|
||||
"15": [
|
||||
{"name":"年份","key":"year","value":[{"n":"全部","v":""},{"n":"2022","v":"2022"},{"n":"2021","v":"2021"},{"n":"2020","v":"2020"},{"n":"2019","v":"2019"},{"n":"2018","v":"2018"},{"n":"2017","v":"2017"},{"n":"2016","v":"2016"},{"n":"2015","v":"2015"},{"n":"2014","v":"2014"},{"n":"2013","v":"2013"},{"n":"2012","v":"2012"},{"n":"2011","v":"2011"},{"n":"2010","v":"2010"}]},
|
||||
{"name":"排序","key":"by","value":[{"n":"时间","v":"time"},{"n":"人气","v":"hits"},{"n":"评分","v":"score"}]}
|
||||
],
|
||||
"16": [
|
||||
{"name":"年份","key":"year","value":[{"n":"全部","v":""},{"n":"2022","v":"2022"},{"n":"2021","v":"2021"},{"n":"2020","v":"2020"},{"n":"2019","v":"2019"},{"n":"2018","v":"2018"},{"n":"2017","v":"2017"},{"n":"2016","v":"2016"},{"n":"2015","v":"2015"},{"n":"2014","v":"2014"},{"n":"2013","v":"2013"},{"n":"2012","v":"2012"},{"n":"2011","v":"2011"},{"n":"2010","v":"2010"}]},
|
||||
{"name":"排序","key":"by","value":[{"n":"时间","v":"time"},{"n":"人气","v":"hits"},{"n":"评分","v":"score"}]}
|
||||
],
|
||||
"14": [
|
||||
{"name":"年份","key":"year","value":[{"n":"全部","v":""},{"n":"2022","v":"2022"},{"n":"2021","v":"2021"},{"n":"2020","v":"2020"},{"n":"2019","v":"2019"},{"n":"2018","v":"2018"},{"n":"2017","v":"2017"},{"n":"2016","v":"2016"},{"n":"2015","v":"2015"},{"n":"2014","v":"2014"},{"n":"2013","v":"2013"},{"n":"2012","v":"2012"},{"n":"2011","v":"2011"},{"n":"2010","v":"2010"}]},
|
||||
{"name":"排序","key":"by","value":[{"n":"时间","v":"time"},{"n":"人气","v":"hits"},{"n":"评分","v":"score"}]}
|
||||
],
|
||||
"20": [
|
||||
{"name":"年份","key":"year","value":[{"n":"全部","v":""},{"n":"2022","v":"2022"},{"n":"2021","v":"2021"},{"n":"2020","v":"2020"},{"n":"2019","v":"2019"},{"n":"2018","v":"2018"},{"n":"2017","v":"2017"},{"n":"2016","v":"2016"},{"n":"2015","v":"2015"},{"n":"2014","v":"2014"},{"n":"2013","v":"2013"},{"n":"2012","v":"2012"},{"n":"2011","v":"2011"},{"n":"2010","v":"2010"}]},
|
||||
{"name":"排序","key":"by","value":[{"n":"时间","v":"time"},{"n":"人气","v":"hits"},{"n":"评分","v":"score"}]}
|
||||
]
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"ua": "",
|
||||
"homeUrl": "https://www.akmeiju.cc/",
|
||||
"dcVipFlag": "true",
|
||||
"pCfgJs": "https://www.akmeiju.cc/static/js/playerconfig.js",
|
||||
"pCfgJsR": "[\\W|\\S|.]*?MacPlayerConfig.player_list[\\W|\\S|.]*?=([\\W|\\S|.]*?),MacPlayerConfig.downer_list",
|
||||
"dcShow2Vip": {},
|
||||
"dcPlayUrl": "true",
|
||||
"cateNode": "//ul[@class='item nav-list clearfix']/li/a[contains(@href, 'vtype')]",
|
||||
"cateName": "/text()",
|
||||
"cateId": "/@href",
|
||||
"cateIdR": "/vtype(\\S+).html",
|
||||
"cateManual": {},
|
||||
"homeVodNode": "//div[@class='myui-vodlist__box']",
|
||||
"homeVodName": "/a/@title",
|
||||
"homeVodId": "/a/@href",
|
||||
"homeVodIdR": "/vdetail(\\S+).html",
|
||||
"homeVodImg": "/a/@data-original",
|
||||
"homeVodImgR": "\\S+(http\\S+)",
|
||||
"homeVodMark": "/a/span[3]/text()",
|
||||
"cateUrl": "https://www.akmeiju.cc/vtype/{cateId}-{catePg}.html",
|
||||
"cateVodNode": "//li[@class='col-lg-8 col-md-6 col-sm-4 col-xs-3']",
|
||||
"cateVodName": "/div/a/@title",
|
||||
"cateVodId": "/div/a/@href",
|
||||
"cateVodIdR": "/vdetail(\\S+).html",
|
||||
"cateVodImg": "/div/a/@data-original",
|
||||
"cateVodImgR": "\\S+(http\\S+)",
|
||||
"cateVodMark": "/div/a/span[3]/text()",
|
||||
"dtUrl": "https://www.akmeiju.cc/vdetail/{vid}.html",
|
||||
"dtNode": "//div[@class='col-xs-1'][2]",
|
||||
"dtName": "/div[2]/h1[@class='title']/text()",
|
||||
"dtNameR": "",
|
||||
"dtImg": "/div[1]/a/img/@data-original",
|
||||
"dtImgR": "",
|
||||
"dtCate": "/div[2]/p[1]/a[1]/text()",
|
||||
"dtCateR": "",
|
||||
"dtYear": "/div[2]/p[1]/a[3]/text()",
|
||||
"dtYearR": "",
|
||||
"dtArea": "/div[2]/p[1]/a[2]/text()",
|
||||
"dtAreaR": "",
|
||||
"dtMark": "/div[2]/p[2]/span[2]/text()",
|
||||
"dtMarkR": "",
|
||||
"dtActor": "/div[2]/p[3]/a/text()",
|
||||
"dtActorR": "",
|
||||
"dtDirector": "/div[2]/p[4]/a/text()",
|
||||
"dtDirectorR": "",
|
||||
"dtDesc": "div[2]/p[5]/text()",
|
||||
"dtDescR": "",
|
||||
"dtFromNode": "//a[@data-toggle='tab' and contains(@href, 'playlist')]",
|
||||
"dtFromName": "/text()",
|
||||
"dtFromNameR": "",
|
||||
"dtUrlNode": "//ul[@class='myui-content__list scrollbar sort-list clearfix']",
|
||||
"dtUrlSubNode": "/li/a",
|
||||
"dtUrlId": "/@href",
|
||||
"dtUrlIdR": "/vplay(\\S+).html",
|
||||
"dtUrlName": "/text()",
|
||||
"dtUrlNameR": "",
|
||||
"playUrl": "https://www.akmeiju.cc/vplay/{playUrl}.html",
|
||||
"playUa": "",
|
||||
"searchUrl": "https://www.akmeiju.cc/index.php/ajax/suggest?mid=1&wd={wd}&limit=10",
|
||||
"scVodNode": "json:list",
|
||||
"scVodName": "name",
|
||||
"scVodId": "id",
|
||||
"scVodIdR": "",
|
||||
"scVodImg": "pic",
|
||||
"scVodMark": ""
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"ua": "",
|
||||
"homeUrl": "https://www.dianyingn.com/",
|
||||
//"dcVipFlag": "true",
|
||||
//"pCfgJs": "https://gimytv.com//static/js/playerconfig.js",
|
||||
//"pCfgJsR": "[\\W|\\S|.]*?MacPlayerConfig.player_list[\\W|\\S|.]*?=([\\W|\\S|.]*?),MacPlayerConfig.downer_list",
|
||||
//"dcShow2Vip": {},
|
||||
//"dcPlayUrl": "true",
|
||||
"cateManual": {
|
||||
"电影": "dianying",
|
||||
"电视剧": "dianshiju",
|
||||
"综艺": "zongyi",
|
||||
"动漫": "dongman"
|
||||
},
|
||||
"homeVodNode": "//ul[contains(@class, 'fed-list-info fed-part-rows')]/li",
|
||||
"homeVodName": "/a[2][contains(@class, 'fed-list-title')]/text()",
|
||||
"homeVodId": "/a[2][contains(@class, 'fed-list-title')]/@href",
|
||||
"homeVodIdR": "/voddetail/(\\S+).html",
|
||||
"homeVodImg": "/a[1][contains(@class, 'fed-list-pics')]/@data-original",
|
||||
"homeVodMark": "",
|
||||
"cateUrl": "https://www.dianyingn.com/vodshow/{cateId}--------{catePg}---.html",
|
||||
"cateVodNode": "//ul[contains(@class, 'fed-list-info fed-part-rows')]/li",
|
||||
"cateVodName": "/a[2][contains(@class, 'fed-list-title')]/text()",
|
||||
"cateVodId": "/a[2][contains(@class, 'fed-list-title')]/@href",
|
||||
"cateVodIdR": "/voddetail/(\\S+).html",
|
||||
"cateVodImg": "/a[1][contains(@class, 'fed-list-pics')]/@data-original",
|
||||
"cateVodMark": "",
|
||||
"dtUrl": "https://www.dianyingn.com/voddetail/{vid}.html",
|
||||
"dtNode": "//dl[contains(@class,'fed-deta-info')]",
|
||||
"dtName": "//dd[contains(@class,'fed-deta-content')]//a/text()",
|
||||
"dtImg": "//dt[contains(@class,'fed-deta-images ')]/a/@data-original",
|
||||
"dtFromNode": "//div[contains(@class,'fed-drop-boxs ')]/ul[contains(@class,'fed-part-rows')]/li/a",
|
||||
"dtFromName": "/text()",
|
||||
"dtUrlNode": "//div[contains(@class,'fed-play-item')]/ul[2][contains(@class,'fed-part-rows')]",
|
||||
"dtUrlSubNode": "/li/a",
|
||||
"dtUrlId": "@href",
|
||||
"dtUrlIdR": "/vodplay/(\\S+).html",
|
||||
"dtUrlName": "/text()",
|
||||
"playUrl": "https://www.dianyingn.com/vodplay/{playUrl}.html",
|
||||
"searchUrl": "https://www.dianyingn.com/index.php/ajax/suggest?mid=1&wd={wd}",
|
||||
"scVodNode": "json:list",
|
||||
"scVodName": "name",
|
||||
"scVodId": "id",
|
||||
"scVodIdR": "",
|
||||
"scVodImg": "pic",
|
||||
"scVodMark": ""
|
||||
}
|
||||
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"ua": "",
|
||||
"homeUrl": "https://www.dym8.com",
|
||||
"dcVipFlag": "true",
|
||||
"pCfgJs": "https://www.dym8.com/static/js/playerconfig.js",
|
||||
"pCfgJsR": "[\\W|\\S|.]*?MacPlayerConfig.player_list[\\W|\\S|.]*?=([\\W|\\S|.]*?),MacPlayerConfig.downer_list",
|
||||
"dcShow2Vip": {},
|
||||
"dcPlayUrl": "true",
|
||||
"cateNode": "//header//nav/ul/li/a[contains(@href, '/vod/type')]",
|
||||
"cateName": "/text()",
|
||||
"cateId": "/@href",
|
||||
"cateIdR": "/vod/type/(\\S+).html",
|
||||
"cateManual": {
|
||||
"电影": "1",
|
||||
"连续剧": "2",
|
||||
"综艺": "3",
|
||||
"动漫": "4"
|
||||
},
|
||||
"homeVodNode": "//li[contains(@class, 'item')]/div[contains(@class, 'item-con')]",
|
||||
"homeVodName": "/a[1]/@title",
|
||||
"homeVodId": "/a[1]/@href",
|
||||
"homeVodIdR": "/vod/detail(\\S+).html",
|
||||
"homeVodImg": "/a[1]/img/@data-original",
|
||||
"homeVodImgR": "\\S+(http\\S+)",
|
||||
"homeVodMark": "/span/em/text()",
|
||||
"cateUrl": "https://www.dym8.com/vod/type/{cateId}-{catePg}.html",
|
||||
"cateVodNode": "//li[contains(@class, 'item')]/div[contains(@class, 'item-con')]",
|
||||
"cateVodName": "/a[1]/@title",
|
||||
"cateVodId": "/a[1]/@href",
|
||||
"cateVodIdR": "/vod/detail(\\S+).html",
|
||||
"cateVodImg": "/a[1]/img/@data-original",
|
||||
"cateVodImgR": "\\S+(http\\S+)",
|
||||
"cateVodMark": "/span/em/text()",
|
||||
"dtUrl": "https://www.dym8.com/vod/detail/{vid}.html",
|
||||
"dtNode": "//div[contains(@class,'main-content')]",
|
||||
"dtName": "//h1[contains(@class,'article-subject-m')]/a/text()",
|
||||
"dtNameR": "",
|
||||
"dtImg": "//div[@class='thumb-wrap']/img/@src",
|
||||
"dtImgR": "\\S+(http\\S+)",
|
||||
"dtCate": "//p[@class='tags']/span/a/text()",
|
||||
"dtCateR": "",
|
||||
"dtYear": "//p[@class='year']/span/a/text()",
|
||||
"dtYearR": "",
|
||||
"dtArea": "//p[@class='country']/span/a/text()",
|
||||
"dtAreaR": "",
|
||||
"dtMark": "",
|
||||
"dtMarkR": "",
|
||||
"dtActor": "//p[@class='performer']/span/a/text()",
|
||||
"dtActorR": "",
|
||||
"dtDirector": "//p[@class='director']/span/a/text()",
|
||||
"dtDirectorR": "",
|
||||
"dtDesc": "//div[@class='summary-con']/p/text()",
|
||||
"dtDescR": "",
|
||||
"dtFromNode": "//div[contains(@class,'resource-box-nav')]/ul/li/a",
|
||||
"dtFromName": "/text()",
|
||||
"dtFromNameR": "",
|
||||
"dtUrlNode": "//ul[contains(@class,'episodes-list')]",
|
||||
"dtUrlSubNode": "//li/a",
|
||||
"dtUrlId": "/@href",
|
||||
"dtUrlIdR": "/vod/play(\\S+).html",
|
||||
"dtUrlName": "/text()",
|
||||
"dtUrlNameR": "",
|
||||
"playUrl": "https://www.dym8.com/vod/play/{playUrl}.html",
|
||||
"playUa": "",
|
||||
"searchUrl": "https://www.dym8.com/index.php/ajax/suggest?mid=1&wd={wd}&limit=10",
|
||||
"scVodNode": "json:list",
|
||||
"scVodName": "name",
|
||||
"scVodId": "id",
|
||||
"scVodIdR": "",
|
||||
"scVodImg": "pic",
|
||||
"scVodMark": ""
|
||||
}
|
||||
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"ua": "",
|
||||
"videoName": "真的不卡·M",
|
||||
"homeUrl": "http://www.cerrd.com/",
|
||||
// "cateNode": "//*[contains(@class, 'stui-header__menu')]//li[position()>1]/a[not(contains(text(),'下载')) and not(contains(text(),'求片'))]",
|
||||
// "cateName": "/text()",
|
||||
// "cateId": "/@href",
|
||||
// "cateIdR": "(?:http://www.cerrd.com)?/(\\S+)\\.html",
|
||||
"cateManual": {
|
||||
"电影": "1",
|
||||
"电视剧": "2",
|
||||
"动漫": "3",
|
||||
"综艺": "4"
|
||||
},
|
||||
"homeVodNode": "//ul[contains(@class,'nav nav-tabs active')]/li",
|
||||
"homeVodName": "//a/@title",
|
||||
"homeVodId": "//a/@href",
|
||||
"homeVodIdR": "(?:http://www.cerrd.com)?(\\S+)",
|
||||
"homeVodImg": "//a/@data-original",
|
||||
"homeVodImgR": "\\S+(http\\S+)",
|
||||
"homeVodMark": "//a/span[contains(@class,'pic-text')]/text()",
|
||||
"cateUrl": "http://www.cerrd.com/{cateId}_{catePg}.html",
|
||||
"cateVodNode": "//ul[contains(@class,'stui-vodlist')]/li",
|
||||
"cateVodName": "//a/@title",
|
||||
"cateVodId": "//a/@href",
|
||||
"cateVodIdR": "(?:http://www.cerrd.com)?(\\S+)",
|
||||
"cateVodImg": "//a/@data-original",
|
||||
"cateVodImgR": "\\S+(http\\S+)",
|
||||
"cateVodMark": "//a/span[contains(@class,'pic-text')]/text()",
|
||||
"dtUrl": "http://www.cerrd.com{vid}",
|
||||
"dtNode": "//*[contains(@class,'stui-content')]/parent::*",
|
||||
"dtName": "//*[contains(@class,'title') or contains(@class,'line')]/allText()",
|
||||
"dtNameR": "(.*) (.*)",
|
||||
"dtImg": "//*[contains(@class,'stui-content__thumb')]",
|
||||
"dtImgR": "data-original=\"(http\\S+)\"",
|
||||
"dtCate": "//div[@class='stui-content__detail']//p[contains(@class,'data') and contains(span, '类型')]/allText()",
|
||||
"dtCateR": "类型:(.*)(?:地区:)",
|
||||
"dtYear": "//div[@class='stui-content__detail']//p[contains(@class,'data') and contains(span, '年份')]/allText()",
|
||||
"dtYearR": ".*年份:(.*)(?: )",
|
||||
"dtArea": "//div[@class='stui-content__detail']//p[contains(@class,'data') and contains(span, '地区')]/allText()",
|
||||
"dtAreaR": "地区:(.*)(?:年份:)",
|
||||
"dtMark": "//div[@class='stui-content__detail']//p[contains(@class,'data') and contains(span, '更新')]/allText()",
|
||||
"dtMarkR": "更新.*:(.*)",
|
||||
"dtActor": "//div[@class='stui-content__detail']//p[contains(@class,'data') and contains(span, '主演')]/allText()",
|
||||
"dtActorR": ":(.*)",
|
||||
"dtDirector": "//div[@class='stui-content__detail']//p[contains(@class,'data') and contains(span, '导演')]/allText()",
|
||||
"dtDirectorR": ":(.*)",
|
||||
"dtDesc": "//*[contains(@class, 'desc') or contains(@class, 'detail-sketch')]/allText()",
|
||||
"dtDescR": "",
|
||||
"dtFromNode": "//*[contains(@class,'nav-tabs') or contains(@class,'stui-pannel__head') or contains(@class,'stui-content__playlist') or contains(@class,'stui-vodlist__head')]/*[(@class='title' and not(contains(text(),'评论')) and not(text()='播放地址')) or contains(a/@href,'#play')]",
|
||||
"dtFromName": "allText()",
|
||||
"dtFromNameR": "",
|
||||
"dtUrlNode": "//*[contains(@class, 'stui-content__playlist') or contains(@class,'videourl')]",
|
||||
"dtUrlSubNode": "/li",
|
||||
"dtUrlId": "/a/@href",
|
||||
"dtUrlIdR": "http://www.cerrd.com?(\\S+)",
|
||||
"dtUrlName": "/a/text()",
|
||||
"dtUrlNameR": "",
|
||||
"playUrl": "http://www.cerrd.com{playUrl}",
|
||||
"playUa": "",
|
||||
"searchUrl": "http://www.cerrd.com/search.php?searchword={wd};post",
|
||||
"scVodNode": "//ul[contains(@class,'stui-vodlist__media')]/li",
|
||||
"scVodName": "//a/@title",
|
||||
"scVodId": "//a/@href",
|
||||
"scVodIdR": "",
|
||||
"scVodImg": "//a/@data-original",
|
||||
"scVodMark": "//div[contains(@class,'detail')]/allText()"
|
||||
}
|
||||
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"ua": "",
|
||||
"homeUrl": "https://www.qdytv.com",
|
||||
"dcVipFlag": "true",
|
||||
"pCfgJs": "https://www.qdytv.com/static/js/playerconfig.js",
|
||||
"pCfgJsR": "[\\W|\\S|.]*?MacPlayerConfig.player_list[\\W|\\S|.]*?=([\\W|\\S|.]*?),MacPlayerConfig.downer_list",
|
||||
"dcShow2Vip": {},
|
||||
"dcPlayUrl": "true",
|
||||
"cateNode": "//ul[contains(@class,'myui-header__menu nav-menu')]/li[contains(@class, ' hidden-sm hidden-xs')]/a[contains(@href, 'vodtype')]",
|
||||
"cateName": "/text()",
|
||||
"cateId": "/@href",
|
||||
"cateIdR": "/vodtype/(\\w+).html",
|
||||
"cateManual": {
|
||||
"电影": "1",
|
||||
"连续剧": "2",
|
||||
"综艺": "3",
|
||||
"动漫": "4"
|
||||
},
|
||||
"homeVodNode": "//ul[contains(@class,'myui-vodlist')]/li//a[contains(@class,'myui-vodlist__thumb')]",
|
||||
"homeVodName": "/@title",
|
||||
"homeVodId": "/@href",
|
||||
"homeVodIdR": "/detail/(\\w+).html",
|
||||
"homeVodImg": "/@data-original",
|
||||
"homeVodImgR": "\\S+(http\\S+)",
|
||||
"homeVodMark": "/span[contains(@class,'pic-text')]/text()",
|
||||
"cateUrl": "https://www.qdytv.com/show/id/{cateId}/page/{catePg}.html",
|
||||
"cateVodNode": "//ul[contains(@class,'myui-vodlist')]//li//a[contains(@class,'myui-vodlist__thumb')]",
|
||||
"cateVodName": "/@title",
|
||||
"cateVodId": "/@href",
|
||||
"cateVodIdR": "/detail/(\\w+).html",
|
||||
"cateVodImg": "/@data-original",
|
||||
"cateVodImgR": "\\S+(http\\S+)",
|
||||
"cateVodMark": "/span[contains(@class,'pic-text')]/text()",
|
||||
"dtUrl": "https://www.qdytv.com/detail/{vid}.html",
|
||||
"dtNode": "//body",
|
||||
"dtName": "//div[@class='myui-content__thumb']/a[contains(@class,'myui-vodlist__thumb')]/@title",
|
||||
"dtNameR": "",
|
||||
"dtImg": "//div[@class='myui-content__thumb']/a[contains(@class,'myui-vodlist__thumb')]/img/@data-original",
|
||||
"dtImgR": "\\S+(http\\S+)",
|
||||
"dtCate": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '分类')]/following-sibling::*/text()",
|
||||
"dtCateR": "",
|
||||
"dtArea": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '地区')]/following-sibling::*/text()",
|
||||
"dtAreaR": "",
|
||||
"dtYear": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '年份')]/following-sibling::*/text()",
|
||||
"dtYearR": "",
|
||||
"dtMark": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '更新')]/following-sibling::*/text()",
|
||||
"dtMarkR": "",
|
||||
"dtActor": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '主演')]/following-sibling::*/text()",
|
||||
"dtActorR": "",
|
||||
"dtDirector": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '导演')]/following-sibling::*/text()",
|
||||
"dtDirectorR": "",
|
||||
"dtDesc": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '简介')]/parent::text()",
|
||||
"dtDescR": "",
|
||||
"dtFromNode": "//a[@data-toggle='tab' and contains(@href, 'playlist')]",
|
||||
"dtFromName": "/text()",
|
||||
"dtFromNameR": "",
|
||||
"dtUrlNode": "//div[contains(@class,'tab-content')]/div[contains(@id, 'playlist')]",
|
||||
"dtUrlSubNode": "//li/a",
|
||||
"dtUrlId": "@href",
|
||||
"dtUrlIdR": "/play/(\\S+).html",
|
||||
"dtUrlName": "/text()",
|
||||
"dtUrlNameR": "",
|
||||
"playUrl": "https://www.qdytv.com/play/{playUrl}.html",
|
||||
"playUa": "",
|
||||
"searchUrl": "https://www.qdytv.com/index.php/ajax/suggest?mid=1&wd={wd}&limit=10",
|
||||
"scVodNode": "json:list",
|
||||
"scVodName": "name",
|
||||
"scVodId": "id",
|
||||
"scVodIdR": "",
|
||||
"scVodImg": "pic",
|
||||
"scVodMark": ""
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"ua": "",
|
||||
"homeUrl": "https://www.osx3.com/",
|
||||
"cateManual": {
|
||||
"电影": "movie",
|
||||
"连续剧": "tv",
|
||||
"动漫": "dongman",
|
||||
"综艺": "zongyi"
|
||||
},
|
||||
"homeVodNode": "//li[@class='fed-list-item fed-padding fed-col-xs4 fed-col-sm3 fed-col-md2']",
|
||||
"homeVodName": "/a[contains(@class,'fed-list-title')]/text()",
|
||||
"homeVodId": "/a[contains(@class,'fed-list-title')]/@href",
|
||||
"homeVodIdR": "/v/(\\w+).html",
|
||||
"homeVodImg": "/a[contains(@class,'fed-list-pics')]/@data-original",
|
||||
"homeVodImgR": "\\S+(http\\S+)",
|
||||
"cateUrl": "https://www.osx3.com/t/{cateId}.html",
|
||||
"cateVodNode": "//li[@class='fed-list-item fed-padding fed-col-xs4 fed-col-sm3 fed-col-md2']",
|
||||
"cateVodName": "/a[contains(@class,'fed-list-title')]/text()",
|
||||
"cateVodId": "/a[contains(@class,'fed-list-title')]/@href",
|
||||
"cateVodIdR": "/v/(\\w+).html",
|
||||
"cateVodImg": "/a[contains(@class,'fed-list-pics')]/@data-original",
|
||||
"cateVodImgR": "\\S+(http\\S+)",
|
||||
"dtUrl": "https://www.osx3.com/v/{vid}.html",
|
||||
"dtNode": "//body",
|
||||
"dtName": "//dd[@class='fed-deta-content fed-col-xs7 fed-col-sm8 fed-col-md10']/h1/a/span/text()",
|
||||
"dtImg": "//dt[@class='fed-deta-images fed-list-info fed-col-xs3']/a/@data-original",
|
||||
"dtImgR": "\\S+(http\\S+)",
|
||||
"dtCate": "//span[contains(text(), '分类')]/following-sibling::a/text()",
|
||||
"dtYear": "//span[contains(text(), '年份')]/following-sibling::a/text()",
|
||||
"dtDirector": "//span[contains(text(), '导演')]/following-sibling::a/text()",
|
||||
"dtActor": "//span[contains(text(), '主演')]/following-sibling::a/text()",
|
||||
"dtDesc": "//span[contains(text(), '简介')]/parent::text()",
|
||||
"dtFromNode": "//div[@class='fed-drop-boxs fed-drop-tops fed-matp-v']/ul/li/a",
|
||||
"dtFromName": "/text()",
|
||||
"dtFromNameR": "",
|
||||
"dtUrlNode": "//div[@class='fed-drop-boxs fed-drop-btms fed-matp-v']/div/ul[@class='fed-part-rows']",
|
||||
"dtUrlSubNode": "//li/a",
|
||||
"dtUrlId": "@href",
|
||||
"dtUrlIdR": "/p/(\\S+).html",
|
||||
"dtUrlName": "/text()",
|
||||
"dtUrlNameR": "",
|
||||
"playUrl": "https://www.osx3.com/p/{playUrl}.html",
|
||||
"playUa": "",
|
||||
"searchUrl": "https://www.osx3.com/index.php/ajax/suggest?mid=1&wd={wd}&limit=10",
|
||||
"scVodNode": "json:list",
|
||||
"scVodName": "name",
|
||||
"scVodId": "id",
|
||||
"scVodIdR": "",
|
||||
"scVodImg": "pic",
|
||||
"scVodMark": ""
|
||||
}
|
||||
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"ua": "",
|
||||
"homeUrl": "https://www.zj883.com/",
|
||||
"cateNode": "",
|
||||
"cateName": "",
|
||||
"cateId": "",
|
||||
"cateIdR": "",
|
||||
"cateManual": {
|
||||
"电影片库": "1",
|
||||
"动作片": "6",
|
||||
"喜剧片": "7",
|
||||
"爱情片": "8",
|
||||
"科幻片": "9",
|
||||
"恐怖片": "10",
|
||||
"剧情片": "11",
|
||||
"战争片": "12",
|
||||
"犯罪片": "20",
|
||||
"纪录片": "21",
|
||||
"连续剧片库": "2",
|
||||
"国产剧": "13",
|
||||
"香港剧": "14",
|
||||
"台湾剧": "15",
|
||||
"日本剧": "16",
|
||||
"韩国剧": "22",
|
||||
"美剧": "23",
|
||||
"海外剧": "24",
|
||||
"综艺": "3",
|
||||
"动漫": "4"
|
||||
},
|
||||
"homeVodNode": "//li[contains(@class,'vodlist')]/a[contains(@class,'vodlist_thumb lazyload')]",
|
||||
"homeVodName": "/@title",
|
||||
"homeVodNameR": "",
|
||||
"homeVodId": "/@href",
|
||||
"homeVodIdR": "/voddetail/(\\w+).html",
|
||||
"homeVodImg": "/@data-original",
|
||||
"homeVodImgR": "",
|
||||
"homeVodMark": "/text()",
|
||||
"cateUrl": "https://www.zj883.com/vodshow/{cateId}--------{catePg}---.html",
|
||||
"cateVodNode": "//div[contains(@class, 'pannel clearfix')]//a[@class='vodlist_thumb lazyload']",
|
||||
"cateVodName": "/@title",
|
||||
"cateVodId": "/@href",
|
||||
"cateVodIdR": "/voddetail/(\\w+).html",
|
||||
"cateVodImg": "/@data-original",
|
||||
"cateVodImgR": "",
|
||||
"cateVodMark": "/span[@class='pic_text text_right']/text()",
|
||||
"dtUrl": "https://www.zj883.com/voddetail/{vid}.html",
|
||||
"dtNode": "//body",
|
||||
"dtName": "//h2[@class='title']/text()",
|
||||
"dtNameR": "",
|
||||
"dtImg": "//div[@class='content_thumb fl']/a/@data-original",
|
||||
"dtImgR": "",
|
||||
"dtCate": "//span[contains(text(), '类型')]/following-sibling::*/text()",
|
||||
"dtCateR": "",
|
||||
"dtYear": "//span[contains(text(), '年份')]/following-sibling::*/text()",
|
||||
"dtYearR": "",
|
||||
"dtArea": "//span[contains(text(), '地区')]/following-sibling::*/text()",
|
||||
"dtAreaR": "",
|
||||
"dtMark": "//span[contains(text(), '状态')]/following-sibling::*/text()",
|
||||
"dtMarkR": "",
|
||||
"dtActor": "//span[contains(text(), '主演')]/following-sibling::*/text()",
|
||||
"dtActorR": "",
|
||||
"dtDirector": "//span[contains(text(), '导演')]/following-sibling::*/text()",
|
||||
"dtDirectorR": "",
|
||||
"dtDesc": "//div[@class='content_desc full_text clearfix']/span/text()",
|
||||
"dtDescR": "",
|
||||
"dtFromNode": "//div[@class='play_source_tab list_scroll clearfix']/a",
|
||||
"dtFromName": "text()",
|
||||
"dtFromNameR": "",
|
||||
"dtUrlNode": "//div[contains(@id, 'playlistbox')]//ul[contains(@class,'content_playlist')]",
|
||||
"dtUrlSubNode": "/li/a",
|
||||
"dtUrlId": "@href",
|
||||
"dtUrlIdR": "/vodplay/(\\S+).html",
|
||||
"dtUrlName": "/text()",
|
||||
"dtUrlNameR": "",
|
||||
"playUrl": "https://www.zj883.com/vodplay/{playUrl}.html",
|
||||
"playUa": "",
|
||||
"searchUrl": "http://www.zj883.com/index.php/ajax/suggest?mid=1&wd={wd}&limit=10",
|
||||
"scVodNode": "json:list",
|
||||
"scVodName": "name",
|
||||
"scVodId": "id",
|
||||
"scVodIdR": "",
|
||||
"scVodImg": "pic",
|
||||
"scVodMark": ""
|
||||
}
|
||||
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"ua": "",
|
||||
"homeUrl": "https://www.dingzidy.wang",
|
||||
"dcPlayUrl": "true",
|
||||
"dcShow2Vip": {},
|
||||
"cateNode": "//nav[contains(@class,'navbar')]/div[contains(@class,'container')]/div[contains(@class,'collapse')]/ul[contains(@class, 'nav')]/li/a[contains(@href,'type')]",
|
||||
"cateName": "/text()",
|
||||
"cateId": "/@href",
|
||||
"cateIdR": "/type/(\\S+).html",
|
||||
"cateManual": {
|
||||
"电影": "1",
|
||||
"连续剧": "2",
|
||||
"综艺": "4",
|
||||
"动漫": "3"
|
||||
},
|
||||
"homeVodNode": "//div[contains(@class, 'row')]/div/div[contains(@class, 'movie-item')]",
|
||||
"homeVodName": "/a/@title",
|
||||
"homeVodId": "/a/@href",
|
||||
"homeVodIdR": "/show(\\S+).html",
|
||||
"homeVodImg": "/a/img/@src",
|
||||
"homeVodImgR": "\\S+(http\\S+)",
|
||||
"homeVodMark": "/a/button[contains(@class,'hdtag')]/text()",
|
||||
"cateUrl": "https://www.dingzidy.wang/type/{cateId}-{catePg}.html",
|
||||
"cateVodNode": "//div[contains(@class, 'col-md-1-5')]/div[contains(@class, 'movie-item')]",
|
||||
"cateVodName": "/a/@title",
|
||||
"cateVodId": "/a/@href",
|
||||
"cateVodIdR": "/show(\\S+).html",
|
||||
"cateVodImg": "/a/img/@src",
|
||||
"cateVodImgR": "\\S+(http\\S+)",
|
||||
"cateVodMark": "/a/button[contains(@class,'hdtag')]/text()",
|
||||
"dtUrl": "https://www.dingzidy.wang/show/{vid}.html",
|
||||
"dtNode": "//div[@class='row']",
|
||||
"dtName": "/div/h1/text()",
|
||||
"dtNameR": "",
|
||||
"dtImg": "/div/div/div[1]/a/img/@src",
|
||||
"dtImgR": "\\S+(http\\S+)",
|
||||
"dtCate": "/div/div/div[2]/table/tbody/tr[3]/td[2]/a/text()",
|
||||
"dtCateR": "",
|
||||
"dtYear": "/div/div/div[2]/table/tbody/tr[6]/td[2]/text()",
|
||||
"dtYearR": "",
|
||||
"dtArea": "/div/div/div[2]/table/tbody/tr[4]/td[2]/text()",
|
||||
"dtAreaR": "",
|
||||
"dtMark": "",
|
||||
"dtMarkR": "",
|
||||
"dtActor": "/div/div/div[2]/table/tbody/tr[2]/td[2]/a/text()",
|
||||
"dtActorR": "",
|
||||
"dtDirector": "/div/div/div[2]/table/tbody/tr[1]/td[2]/a/text()",
|
||||
"dtDirectorR": "",
|
||||
"dtDesc": "/div[2]/div/div[2]/p[3]/text()",
|
||||
"dtDescR": "",
|
||||
"dtFromNode": "//div[@class='panel-heading']/strong/parent::*",
|
||||
"dtFromName": "concat('播放源',count(parent::*/preceding::*//div[@class='panel-heading']/strong)+ 1)",
|
||||
"dtFromNameR": "(\\S+).0",
|
||||
"dtUrlNode": "//ul[@class='dslist-group']",
|
||||
"dtUrlSubNode": "/li[@class='dslist-group-item']/a",
|
||||
"dtUrlId": "/@href",
|
||||
"dtUrlIdR": "/play/(\\S+).html",
|
||||
"dtUrlName": "/text()",
|
||||
"dtUrlNameR": "",
|
||||
"playUrl": "https://www.dingzidy.wang/play/{playUrl}.html",
|
||||
"playUa": "",
|
||||
"searchUrl": "https://www.dingzidy.wang/s.html?wd={wd}",
|
||||
"scVodNode": "//div[@class='movie-item']/a",
|
||||
"scVodName": "/@title",
|
||||
"scVodId": "/@href",
|
||||
"scVodIdR": "/show/(\\S+).html",
|
||||
"scVodImg": "/img/@src",
|
||||
"scVodMark": "/button/text()"
|
||||
}
|
||||
Reference in New Issue
Block a user