Update Anime4upProvider.kt
This commit is contained in:
parent
9de22b9e1f
commit
c4e94f6386
1 changed files with 2 additions and 2 deletions
|
@ -139,7 +139,7 @@ open class Anime4up : MainAPI() {
|
|||
}
|
||||
}
|
||||
val moshahdaID = doc.select("input[name=\"moshahda\"]").attr("value").decodeBase64()?.utf8()
|
||||
if(moshahdaID != "null") {
|
||||
if(moshahdaID.isNotEmpty()) {
|
||||
mapOf(
|
||||
"Original" to "download_o",
|
||||
"720" to "download_x",
|
||||
|
|
Loading…
Reference in a new issue