mirror of
				https://github.com/qist/tvbox.git
				synced 2025-10-29 03:02:21 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			745 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			745 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"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]
 | |
| 	
 | |
| 	}
 | |
| } |