mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
oops
This commit is contained in:
parent
93c777229f
commit
cd2273de6c
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ open class Cda: ExtractorApi() {
|
||||||
.replace("_Q5", "")
|
.replace("_Q5", "")
|
||||||
.replace("_IKSDE", "")
|
.replace("_IKSDE", "")
|
||||||
a = URLDecoder.decode(a, "UTF-8")
|
a = URLDecoder.decode(a, "UTF-8")
|
||||||
a = a.split("").map { char ->
|
a = a.map { char ->
|
||||||
if (32 < char.toInt() && char.toInt() < 127) {
|
if (32 < char.toInt() && char.toInt() < 127) {
|
||||||
return@map String.format("%c", 33 + (char.toInt() + 14) % 94)
|
return@map String.format("%c", 33 + (char.toInt() + 14) % 94)
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue