Fix Maxstream

This commit is contained in:
Alhaziel01
2021-10-15 16:44:02 +02:00
parent 04e121b196
commit 6f4c090e7e
+1 -1
View File
@@ -5,7 +5,7 @@
"patterns": [ "patterns": [
{ {
"pattern": "https?://maxstream.video/(?:e/|embed-|cast/)?([a-z0-9]+)", "pattern": "https?://maxstream.video/(?:e/|embed-|cast/)?([a-z0-9]+)",
"url": "http://maxstream.video/cast/\\1" "url": "http://maxstream.video/castx/\\1"
} }
] ]
}, },