Fix Cloudvideo

This commit is contained in:
Alhaziel
2019-11-09 11:50:25 +01:00
committed by Alhaziel01
parent b2d1b804cd
commit 4ac0002bca
2 changed files with 3 additions and 7 deletions
+1 -5
View File
@@ -4,11 +4,7 @@
"ignore_urls": [],
"patterns": [
{
"pattern": "https://cloudvideo.tv/embed-([a-z0-9]+).html",
"url": "https://cloudvideo.tv/embed-\\1.html"
},
{
"pattern": "https://cloudvideo.tv/([a-z0-9]+)",
"pattern": "cloudvideo.tv/(?:embed-)?([a-z0-9]+).html",
"url": "https://cloudvideo.tv/embed-\\1.html"
}
]