Fix Up Stream e VUP

This commit is contained in:
Alhaziel01
2020-05-05 19:52:32 +02:00
parent a94ec1cd2a
commit 249f8568db
2 changed files with 4 additions and 4 deletions

View File

@@ -4,8 +4,8 @@
"ignore_urls": [],
"patterns": [
{
"pattern": "upstream.to/([a-z0-9]+)",
"url": "https://upstream.to/\\1"
"pattern": "upstream.to/((?:embed-)?[a-z0-9]+)",
"url": "https://upstream.to/\\1.html"
}
]
},