Files
addon/servers/uptobox.json
2025-01-16 00:40:16 +01:00

33 lines
619 B
JSON
Executable File

{
"active": true,
"find_videos": {
"ignore_urls": [],
"patterns": [
{
"pattern": "uptobox.com/([a-z0-9]+)",
"url": "http://uptostream.com/iframe/\\1"
},
{
"pattern": "uptostream.com/(?:iframe/|)([a-z0-9]+)",
"url": "http://uptostream.com/iframe/\\1"
}
]
},
"free": true,
"id": "uptobox",
"name": "UPtoStream",
"premium": [
"realdebrid",
"alldebrid"
],
"settings": [
{
"default": false,
"enabled": true,
"id": "black_list",
"label": "@70708",
"type": "bool",
"visible": true
}
]
}