nineanime: update key again
This commit is contained in:
parent
18b443ba79
commit
c908ef7440
@ -5,7 +5,7 @@ ext {
|
|||||||
extName = '9anime'
|
extName = '9anime'
|
||||||
pkgNameSuffix = 'en.nineanime'
|
pkgNameSuffix = 'en.nineanime'
|
||||||
extClass = '.NineAnime'
|
extClass = '.NineAnime'
|
||||||
extVersionCode = 18
|
extVersionCode = 19
|
||||||
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 = "oZH6q4X4VAIHk0Ol"
|
private const val cipherKey = "QWRAjFNnga1GNSkf"
|
||||||
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
|
// thanks to the community for finding these keys, and 9anime pls don't change them again
|
||||||
|
Loading…
x
Reference in New Issue
Block a user