上传文件至 'MaooXP'
This commit is contained in:
43
MaooXP/egg.json
Normal file
43
MaooXP/egg.json
Normal file
@ -0,0 +1,43 @@
|
||||
{
|
||||
"ua": "",
|
||||
"homeUrl": "https://www.dandanzan.cc",
|
||||
"cateNode": "//div[@class='nav']/ul/li/a[@href!='/']",
|
||||
"cateName": "/text()",
|
||||
"cateId": "/@href",
|
||||
"cateIdR": "/(\\S+)/",
|
||||
"cateManual": {},
|
||||
"homeVodNode": "//div[contains(@class,'lists-thumb-top') and @id='slider']//div[@class='lists-content']/ul/li",
|
||||
"homeVodName": "/h2/a/text()",
|
||||
"homeVodId": "/h2/a/@href",
|
||||
"homeVodIdR": "/(\\S+).html",
|
||||
"homeVodImg": "/a/img/@src",
|
||||
"homeVodMark": "/a/div[@class='note']/span/text()",
|
||||
"cateUrl": "https://www.dandanzan.cc/{cateId}/",
|
||||
"cateVodNode": "//div[@class='lists-content']/ul/li",
|
||||
"cateVodName": "/h2/a/text()",
|
||||
"cateVodId": "/h2/a/@href",
|
||||
"cateVodIdR": "/(\\S+).html",
|
||||
"cateVodImg": "/a/img/@src",
|
||||
"cateVodMark": "/a/div[@class='note']/span/text()",
|
||||
"dtUrl": "http://www.dandanzan.cc/{vid}.html",
|
||||
"dtNode": "//header[@class='product-header']",
|
||||
"dtName": "//h1[contains(@class,'product-title')]/text()",
|
||||
"dtImg": "/img[1]/@src",
|
||||
"dtCate": "/div[@class='product-excerpt' and contains(text(),'类型')]/span/a/text()",
|
||||
"dtYear": "//h1[contains(@class,'product-title')]/span[1]/text()",
|
||||
"dtYearR": "\\((\\S+)\\)",
|
||||
"dtArea": "/div[@class='product-excerpt' and contains(text(),'地区')]/span/a/text()",
|
||||
"dtActor": "/div[@class='product-excerpt' and contains(text(),'主演')]/span/a/text()",
|
||||
"dtDirector": "/div[@class='product-excerpt' and contains(text(),'导演')]/span/a/text()",
|
||||
"dtDesc": "/div[@class='product-excerpt' and contains(text(),'剧情简介')]/span/text()",
|
||||
"dtFromNode": "/nil",
|
||||
"dtUrlNode": "/nil",
|
||||
"playUrl": "https://www.dandanzan.cc/url.php",
|
||||
"searchUrl": "https://www.dandanzan.cc/so/{wd}-{wd}--.html",
|
||||
"scVodNode": "//div[@class='lists-content']/ul/li",
|
||||
"scVodName": "/h2/a/text()",
|
||||
"scVodId": "/h2/a/@href",
|
||||
"scVodIdR": "/(\\S+).html",
|
||||
"scVodImg": "/a/img/@src",
|
||||
"scVodMark": "/a/div[@class='note']/span/text()"
|
||||
}
|
Reference in New Issue
Block a user