mirror of
https://github.com/yoyzo/arab
synced 2024-08-15 03:15:00 +00:00
Update Anime4upProvider.kt
This commit is contained in:
parent
3d27ee2530
commit
e978acc46a
1 changed files with 2 additions and 2 deletions
|
@ -138,8 +138,8 @@ open class Anime4up : MainAPI() {
|
|||
loadExtractor(it.value, data, subtitleCallback, callback)
|
||||
}
|
||||
}
|
||||
val moshahdaID = doc.select("input[name=\"moshahda\"]").attr("value").decodeBase64()?.utf8()
|
||||
if(moshahdaID?.isNotEmpty()) {
|
||||
val moshahdaID = doc.select("input[name=\"moshahda\"]").attr("value").decodeBase64()?.utf8() ?: ""
|
||||
if(moshahdaID.isNotEmpty()) {
|
||||
mapOf(
|
||||
"Original" to "download_o",
|
||||
"720" to "download_x",
|
||||
|
|
Loading…
Reference in a new issue