Fix altadefinizione (tranne sez. agg.), aggiunto wolfstream

This commit is contained in:
marco
2023-10-22 15:01:58 +02:00
parent 956526affc
commit 7ae3f7e30e
3 changed files with 66 additions and 7 deletions

25
servers/wolfstream.json Normal file
View File

@@ -0,0 +1,25 @@
{
"active": true,
"find_videos": {
"ignore_urls": [],
"patterns": [
{
"pattern": "https?://wolfstream\\.tv/(?:embed-|e/)?([a-z0-9]+)",
"url": "https://wolfstream.tv/embed-\\1.html"
}
]
},
"free": true,
"id": "wolfstream",
"name": "WolfStream",
"settings": [
{
"default": false,
"enabled": true,
"id": "black_list",
"label": "@70708",
"type": "bool",
"visible": true
}
]
}