Aggiunto server MaxStream

This commit is contained in:
mac12m99
2021-06-20 18:20:40 +02:00
parent b6eab69a15
commit fd135f1b6b
4 changed files with 53 additions and 2 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"active": true,
"find_videos": {
"ignore_urls": [],
"patterns": [
{
"pattern": "https?://maxstream.video/(?:e/)?([a-z0-9]+)",
"url": "https://maxstream.video/\\1"
},
{
"pattern": "https?://maxstream.video/embed-([a-z0-9]+).html",
"url": "https://maxstream.video/\\1"
}
]
},
"free": true,
"id": "maxstream",
"name": "MaxStream",
"settings": [
{
"default": false,
"enabled": true,
"id": "black_list",
"label": "@70708",
"type": "bool",
"visible": true
}
]
}