mirror of
https://github.com/qist/tvbox.git
synced 2025-02-02 10:14:50 +08:00
Create auete.json
This commit is contained in:
parent
4b2effd75f
commit
8a2c34ad6a
29
json/auete.json
Normal file
29
json/auete.json
Normal file
@ -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…
x
Reference in New Issue
Block a user