Fix OkStream

This commit is contained in:
Alhaziel01
2021-05-31 18:39:43 +02:00
parent 57191e6891
commit c8a3a8496a
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"ignore_urls": [],
"patterns": [
{
"pattern": "okstream.cc/([0-9a-zA-Z]+)",
"pattern": "okstream.cc/(?:e)?/([0-9a-zA-Z]+)",
"url": "https://www.okstream.cc/e/\\1"
}
]