Add Mobile user-agent

Add Mobile User Agent to Unlock Full HD
This commit is contained in:
Py is Py 2023-02-05 22:26:45 +01:00 committed by GitHub
parent f456a7cc92
commit e6db953da3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ import org.jsoup.nodes.Element
class FaselHDProvider : MainAPI() {
override var lang = "ar"
override var mainUrl = "https://faselhd.io"
//Add Mobile User Agent to Unlock Full HD
override var name = "FaselHD"
override val usesWebView = false
override val hasMainPage = true
@ -160,4 +161,4 @@ class FaselHDProvider : MainAPI() {
}
return true
}
}
}