Fix maxstream

This commit is contained in:
mac12m99
2021-10-08 19:27:02 +02:00
parent cdca6bb55f
commit 06fe40ed9e
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"
}
]
},