Fix maxstream

This commit is contained in:
mac12m99
2021-10-08 19:27:02 +02:00
parent cb9fc5b5f3
commit 68f5b13d67
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"patterns": [
{
"pattern": "https?://maxstream.video/(?:e/|embed-|cast/)?([a-z0-9]+)",
"url": "https://maxstream.video/cast/\\1"
"url": "http://maxstream.video/cast/\\1"
}
]
},