Changed keys' URL (#1289)
This commit is contained in:
@ -5,7 +5,7 @@ ext {
|
|||||||
extName = 'DopeBox'
|
extName = 'DopeBox'
|
||||||
pkgNameSuffix = 'en.dopebox'
|
pkgNameSuffix = 'en.dopebox'
|
||||||
extClass = '.DopeBox'
|
extClass = '.DopeBox'
|
||||||
extVersionCode = 16
|
extVersionCode = 17
|
||||||
libVersion = '13'
|
libVersion = '13'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ class DopeBoxExtractor(private val client: OkHttpClient) {
|
|||||||
.execute()
|
.execute()
|
||||||
.body!!.string()
|
.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()
|
.execute()
|
||||||
.body!!.string()
|
.body!!.string()
|
||||||
// encrypted data will start with "U2Fsd..." because they put
|
// encrypted data will start with "U2Fsd..." because they put
|
||||||
|
@ -5,7 +5,7 @@ ext {
|
|||||||
extName = 'Sflix'
|
extName = 'Sflix'
|
||||||
pkgNameSuffix = 'en.sflix'
|
pkgNameSuffix = 'en.sflix'
|
||||||
extClass = '.SFlix'
|
extClass = '.SFlix'
|
||||||
extVersionCode = 15
|
extVersionCode = 16
|
||||||
libVersion = '13'
|
libVersion = '13'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ class SFlixExtractor(private val client: OkHttpClient) {
|
|||||||
.execute()
|
.execute()
|
||||||
.body!!.string()
|
.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()
|
.execute()
|
||||||
.body!!.string()
|
.body!!.string()
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ ext {
|
|||||||
extName = 'zoro.to (experimental)'
|
extName = 'zoro.to (experimental)'
|
||||||
pkgNameSuffix = 'en.zoro'
|
pkgNameSuffix = 'en.zoro'
|
||||||
extClass = '.Zoro'
|
extClass = '.Zoro'
|
||||||
extVersionCode = 19
|
extVersionCode = 20
|
||||||
libVersion = '13'
|
libVersion = '13'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ class ZoroExtractor(private val client: OkHttpClient) {
|
|||||||
.execute()
|
.execute()
|
||||||
.body!!.string()
|
.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()
|
.execute()
|
||||||
.body!!.string()
|
.body!!.string()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user