Files
addon/servers/netutv.json
marco de5a65d77a KoD 1.5.1
- corretta e migliorata la nuova ricerca globale\n- salvataggio punto di visione basato sull'id tmdb (disponibile su qualunque canale / server anche senza salvare in videoteca)\n- alcuni fix e migliore\n
2020-12-17 18:41:54 +01:00

61 lines
1.3 KiB
JSON
Executable File

{
"active": false,
"find_videos": {
"ignore_urls": [],
"patterns": [
{
"pattern": "/netu/tv/(embed_)(.*?$)",
"url": "http://netu.tv/watch_video.php?v=\\2"
},
{
"pattern": "https://waaws.tk/player/embed_player.php?vid=([A-z0-9]+)&autoplay=yes",
"url": "http://netu.tv/watch_video.php?v=\\2"
},
{
"pattern": "(?:hqq|waaw|netu)(?:\\.tv\\/|\\.watch\\/|\\.php\\?).*?(?:v=|vid=)([A-z0-9]+)",
"url": "http://netu.tv/watch_video.php?v=\\1"
},
{
"pattern": "(?:hqq|waaw|netu)(?:\\.tv\\/|\\.watch\\/|\\.php\\?).*hash=([A-z0-9]+)",
"url": "http://hqq.tv/player/hash.php?hash=\\1"
}
]
},
"free": true,
"id": {
"value": [
"netutv",
"netu",
"waaw",
"hqq"
]
},
"name": "netutv",
"settings": [
{
"default": false,
"enabled": true,
"id": "black_list",
"label": "@70708",
"type": "bool",
"visible": true
},
{
"default": 0,
"enabled": true,
"id": "favorites_servers_list",
"label": "@60655",
"lvalues": [
"No",
"1",
"2",
"3",
"4",
"5"
],
"type": "list",
"visible": false
}
]
}