changed to mp4

This commit is contained in:
Zaw 2022-09-03 23:55:06 +03:00
parent 1ee45d37a3
commit 7adfa82648
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
version = 2 version = 3
cloudstream { cloudstream {
description = "" description = ""

View File

@ -251,7 +251,7 @@ class EgyBest : MainAPI() {
link, link,
this.mainUrl, this.mainUrl,
quality!!, quality!!,
true, link.replace(".*\.".toRegex(),"") == "m3u8",
// Does not work without these headers! // Does not work without these headers!
headers = mapOf("range" to "bytes=0-"), headers = mapOf("range" to "bytes=0-"),
) )