Changed keys' URL (#1289)

This commit is contained in:
enimax-anime
2023-02-17 17:16:52 -08:00
committed by GitHub
parent 509e32e036
commit 8a5f0c18ba
6 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'DopeBox'
pkgNameSuffix = 'en.dopebox'
extClass = '.DopeBox'
extVersionCode = 16
extVersionCode = 17
libVersion = '13'
}

View File

@ -48,7 +48,7 @@ class DopeBoxExtractor(private val client: OkHttpClient) {
.execute()
.body!!.string()
val key = newClient.newCall(GET("https://raw.githubusercontent.com/consumet/rapidclown/rabbitstream/key.txt"))
val key = newClient.newCall(GET("https://raw.githubusercontent.com/enimax-anime/key/e4/key.txt"))
.execute()
.body!!.string()
// encrypted data will start with "U2Fsd..." because they put

View File

@ -5,7 +5,7 @@ ext {
extName = 'Sflix'
pkgNameSuffix = 'en.sflix'
extClass = '.SFlix'
extVersionCode = 15
extVersionCode = 16
libVersion = '13'
}

View File

@ -48,7 +48,7 @@ class SFlixExtractor(private val client: OkHttpClient) {
.execute()
.body!!.string()
val key = newClient.newCall(GET("https://raw.githubusercontent.com/consumet/rapidclown/rabbitstream/key.txt"))
val key = newClient.newCall(GET("https://raw.githubusercontent.com/enimax-anime/key/e4/key.txt"))
.execute()
.body!!.string()

View File

@ -5,7 +5,7 @@ ext {
extName = 'zoro.to (experimental)'
pkgNameSuffix = 'en.zoro'
extClass = '.Zoro'
extVersionCode = 19
extVersionCode = 20
libVersion = '13'
}

View File

@ -37,7 +37,7 @@ class ZoroExtractor(private val client: OkHttpClient) {
.execute()
.body!!.string()
val key = newClient.newCall(GET("https://raw.githubusercontent.com/consumet/rapidclown/main/key.txt"))
val key = newClient.newCall(GET("https://raw.githubusercontent.com/enimax-anime/key/e6/key.txt"))
.execute()
.body!!.string()