Fix Openload

This commit is contained in:
Alhaziel
2019-09-21 19:54:32 +02:00
parent 1717cd7e54
commit 9f4356027e

View File

@@ -4,8 +4,8 @@
"ignore_urls": [],
"patterns": [
{
"pattern": "(?:openload|oload|openloads).*?/(?:embed|f|e|f[0-9])/([0-9a-zA-Z-_]+)",
"url": "https://oload.stream/embed/\\1/"
"pattern": "(?:openload|oload|openloads)[^/]+/(?:embed|f|e|f[0-9]|c|c[0-9])?/([0-9a-zA-Z-_]+)",
"url": "https://oload.stream/f/\\1/"
}
]
},