fix streamz e supporto a nuovi url shortener

This commit is contained in:
marco
2020-10-17 16:05:58 +02:00
parent daaf40fd96
commit 3f72418773
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
}
]
}
}