nineanime: update key again

This commit is contained in:
jmir1 2022-08-05 16:49:01 +02:00
parent 18b443ba79
commit c908ef7440
2 changed files with 2 additions and 2 deletions

View File

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

View File

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