From 160747e1ac3618f354383eff831b19700ed338d1 Mon Sep 17 00:00:00 2001 From: KillerDogeEmpire <87155550+KillerDogeEmpire@users.noreply.github.com> Date: Sun, 23 Oct 2022 14:38:16 -0700 Subject: [PATCH] idk --- .../src/main/kotlin/com/lagradost/NineAnimeProvider.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NineAnimeProvider/src/main/kotlin/com/lagradost/NineAnimeProvider.kt b/NineAnimeProvider/src/main/kotlin/com/lagradost/NineAnimeProvider.kt index b8dc644..7e9da71 100644 --- a/NineAnimeProvider/src/main/kotlin/com/lagradost/NineAnimeProvider.kt +++ b/NineAnimeProvider/src/main/kotlin/com/lagradost/NineAnimeProvider.kt @@ -29,7 +29,7 @@ class NineAnimeProvider : MainAPI() { encrypt( cipher(mainKey, encode(text)), nineAnimeKey - )//.replace("""=+$""".toRegex(), "") + )//.replace("""=+$""".toRegex(), "") ) } @@ -232,7 +232,7 @@ class NineAnimeProvider : MainAPI() { val episodeListUrl = "$mainUrl/ajax/episode/list/$id?vrf=$vrf" val body = app.get(episodeListUrl).parsedSafe()?.html - ?: throw ErrorLoadingException("Could not parse json with cipherKey=$cipherKey id=$id url=\n$episodeListUrl") + ?: throw ErrorLoadingException("Could not parse json with cipherKey=$cipherKey id=$id url=\n$episodeListUrl") val subEpisodes = ArrayList() val dubEpisodes = ArrayList()