add akstream and backin servers

This commit is contained in:
mac12m99
2019-03-17 15:42:56 +01:00
parent 38774a6f8b
commit 5e735fbefc
4 changed files with 190 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
{
"active": true,
"find_videos": {
"ignore_urls": [],
"patterns": [
{
"pattern": "backin.net/([a-zA-Z0-9]+)",
"url": "\\1"
}
]
},
"free": true,
"id": "backin",
"name": "backin",
"settings": [
{
"default": false,
"enabled": true,
"id": "black_list",
"label": "@60654",
"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
}
]
}