fixed regression in egybest

This commit is contained in:
LagradOst 2022-07-28 12:23:36 +00:00 committed by GitHub
parent c6f75fef42
commit 31054c604f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -226,7 +226,9 @@ class EgyBestProvider : MainAPI() {
link,
this.mainUrl,
quality!!,
true
true,
// Does not work without these headers!
headers = mapOf("range" to "bytes=0-"),
)
)
}