Fix streamlare

This commit is contained in:
marco
2022-02-09 20:30:22 +01:00
parent 84b5d77139
commit 7eec8ffbc0
2 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"ignore_urls": [],
"patterns": [
{
"pattern": "https://streamlare.com/(?:v|e)/(\\w+)",
"pattern": "https://streamlare.com/[ve]/(\\w+)",
"url": "https://streamlare.com/e/\\1"
}
]