mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
f*ck android
This commit is contained in:
parent
eb8a739d3d
commit
c04b1a0d51
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ class AllMoviesForYouProvider : MainAPI() {
|
|||
}
|
||||
return false
|
||||
} else if (data.startsWith(mainUrl) && data != mainUrl) {
|
||||
val realDataUrl = URLDecoder.decode(data, Charsets.UTF_8)
|
||||
val realDataUrl = URLDecoder.decode(data, "application/x-www-form-urlencoded")
|
||||
if (data.contains("trdownload")) {
|
||||
callback(ExtractorLink(this.name, this.name, realDataUrl, mainUrl, Qualities.Unknown.value))
|
||||
return true
|
||||
|
|
Loading…
Reference in a new issue