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

26 lines
635 B
JSON
Executable File

{
"active": true,
"find_videos": {
"ignore_urls": [],
"patterns": [{
"pattern": "hexupload\\.net/([A-z0-9]{12})",
"url": "https://hexupload.net/\\1"
},
{
"pattern": "hexupload\\.net/embed-([A-z0-9]{12}).html",
"url": "https://hexupload.net/\\1"
}
]
},
"free": true,
"id": "hexupload",
"name": "HexUpload",
"settings": [{
"default": false,
"enabled": true,
"id": "black_list",
"label": "@70708",
"type": "bool",
"visible": true
}]
}