Files
addon/servers/ninjastream.json
Alhaziel01 097be756fe Fix Impostazioni server
(cherry picked from commit cf125d1e2b)
2021-06-16 18:22:50 +02:00

25 lines
446 B
JSON

{
"active": true,
"find_videos": {
"patterns": [
{
"pattern": "ninjastream\\.to/(?:watch|download)/([0-9a-zA-Z]+)",
"url": "https://ninjastream.to/watch/\\1"
}
]
},
"free": true,
"id":"ninjastream",
"name": "NinjaStream",
"settings": [
{
"default": false,
"enabled": true,
"id": "black_list",
"label": "@70708",
"type": "bool",
"visible": true
}
]
}