9anime: update keys again
This commit is contained in:
@ -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'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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)
|
||||||
|
Reference in New Issue
Block a user