fix streamz e supporto a nuovi url shortener

This commit is contained in:
marco
2020-10-17 16:05:58 +02:00
parent 95b5fde20c
commit 284398f2a6
3 changed files with 56 additions and 35 deletions
+3 -3
View File
@@ -4,14 +4,14 @@
"ignore_urls": [],
"patterns": [
{
"pattern": "(https://streamz.cc/[A-z0-9]+)",
"pattern": "(https://streamz(?:z|).\\w{2,3}/[A-z0-9]+)",
"url": "\\1"
}
]
},
"free": true,
"id": "streamz",
"name": "streamZ",
"name": "streamz",
"settings": [
{
"default": false,
@@ -38,4 +38,4 @@
"visible": false
}
]
}
}