This commit is contained in:
Zaw 2022-09-03 23:59:17 +03:00
parent 7adfa82648
commit 9b2fe358a2
1 changed files with 1 additions and 1 deletions

View File

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