Fix Clipwathing e CloudVideo

This commit is contained in:
Alhaziel
2019-12-20 20:06:12 +01:00
parent aa6427ff64
commit 07c4911f84
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"ignore_urls": [],
"patterns": [
{
"pattern": "clipwatching.com/((?:embed-)?[a-zA-Z0-9./_-]+).html",
"pattern": "clipwatching.com/((?:embed-)?[a-zA-Z0-9./_\\-\\[\\]\\(\\)]+).html",
"url": "http://clipwatching.com/\\1.html"
}
]

View File

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