2
1
Fork 1
mirror of https://github.com/yoyzo/arab synced 2024-08-15 03:15:00 +00:00
This commit is contained in:
Zaw 2022-09-03 23:59:17 +03:00
parent 7adfa82648
commit 9b2fe358a2

View file

@ -251,7 +251,7 @@ class EgyBest : MainAPI() {
link, link,
this.mainUrl, this.mainUrl,
quality!!, quality!!,
link.replace(".*\.".toRegex(),"") == "m3u8", 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-"),
) )