Files
addon/plugin.video.alfa/servers/uptobox.json
2017-10-27 20:13:14 +02:00

50 lines
947 B
JSON
Executable File

{
"active": true,
"find_videos": {
"ignore_urls": [],
"patterns": [
{
"pattern": "uptobox.com/([a-z0-9]+)",
"url": "http://uptobox.com/\\1"
},
{
"pattern": "uptostream.com/iframe/([a-z0-9]+)",
"url": "http://uptostream.com/iframe/\\1"
}
]
},
"free": true,
"id": "uptobox",
"name": "uptobox",
"premium": [
"realdebrid",
"alldebrid"
],
"settings": [
{
"default": false,
"enabled": true,
"id": "black_list",
"label": "Incluir en lista negra",
"type": "bool",
"visible": true
},
{
"default": 0,
"enabled": true,
"id": "favorites_servers_list",
"label": "Incluir en lista de favoritos",
"lvalues": [
"No",
"1",
"2",
"3",
"4",
"5"
],
"type": "list",
"visible": false
}
],
"thumbnail": "server_uptobox.png"
}