mirror of https://github.com/gaotianliuyun/gao
parent
4b2effd75f
commit
8a2c34ad6a
@ -0,0 +1,29 @@ |
||||
{ |
||||
"homeUrl": "https://auete.com/", |
||||
"cateManual": { |
||||
"电影": "Movie", |
||||
"电视剧": "Tv", |
||||
"综艺": "Zy", |
||||
"动漫": "Dm" |
||||
}, |
||||
"list":{ |
||||
"1": "https://auete.com/{cateId}/index.html", |
||||
"url": "https://auete.com/{cateId}/index{catePg}.html", |
||||
"region": ["<ul class=\"threadlist\">","</ul>"], |
||||
"vod_id": ["href=\"/", "\"", 0, 0, 2] |
||||
}, |
||||
"detail":{ |
||||
"url": "https://auete.com/{vid}", |
||||
"vod_director":["导演: ", "</p>", 0, 0, 3] |
||||
}, |
||||
"playlist":{ |
||||
"region":["player_list", "down_list"], |
||||
"vod_play_url": ["href=\"/", "\"",-1,0,3] |
||||
}, |
||||
"search":{ |
||||
"url": "https://auete.com/search.php?searchword={wd}", |
||||
//"region":["搜索列表", "点击排行"], |
||||
"vod_id": ["data-href=\"", "\"", 0, 0, 1] |
||||
|
||||
} |
||||
} |
||||
Loading…
Reference in new issue