9anime: update keys again

This commit is contained in:
jmir1
2022-08-07 02:37:08 +02:00
parent bbe2ff2478
commit ad095ec530
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = '9anime' extName = '9anime'
pkgNameSuffix = 'en.nineanime' pkgNameSuffix = 'en.nineanime'
extClass = '.NineAnime' extClass = '.NineAnime'
extVersionCode = 19 extVersionCode = 20
libVersion = '13' libVersion = '13'
} }

View File

@ -375,6 +375,6 @@ class NineAnime : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
} }
private const val nineAnimeKey = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" private const val nineAnimeKey = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
private const val cipherKey = "QWRAjFNnga1GNSkf" private const val cipherKey = "Ml6DEBjOkhWXxXg4"
private const val decipherKey = "hlPeNwkncH0fq9so" private const val decipherKey = "hlPeNwkncH0fq9so"
// thanks to the community for finding these keys, and 9anime pls don't change them again // will implement the new algorithm soon (TM)