supervideo: fix url

This commit is contained in:
ilmich
2024-04-24 14:34:13 +02:00
parent f84527c700
commit f6e2410a2d

View File

@@ -5,11 +5,11 @@
"patterns": [ "patterns": [
{ {
"pattern": "supervideo.tv/embed-([a-z0-9]{12}).html", "pattern": "supervideo.tv/embed-([a-z0-9]{12}).html",
"url": "https://supervideo.tv/embed-\\1.html" "url": "https://supervideo.cc/e/\\1"
}, },
{ {
"pattern": "supervideo.tv/(?:e/)?([a-z0-9]{12})", "pattern": "supervideo\\.[a-z0-9]+/(?:e/)?([a-z0-9]{12})",
"url": "https://supervideo.tv/embed-\\1.html" "url": "https://supervideo.cc/e/\\1"
} }
] ]
}, },