mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
sora: updated gdbot
This commit is contained in:
parent
2c9649c0dd
commit
c4ffb32140
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
import org.jetbrains.kotlin.konan.properties.Properties
|
import org.jetbrains.kotlin.konan.properties.Properties
|
||||||
|
|
||||||
// use an integer for version numbers
|
// use an integer for version numbers
|
||||||
version = 129
|
version = 130
|
||||||
|
|
||||||
android {
|
android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
|
|
|
@ -79,7 +79,7 @@ open class SoraStream : TmdbProvider() {
|
||||||
/** TOOLS */
|
/** TOOLS */
|
||||||
private const val tmdbAPI = "https://api.themoviedb.org/3"
|
private const val tmdbAPI = "https://api.themoviedb.org/3"
|
||||||
const val tmdb2anilist = "https://tmdb2anilist.slidemovies.org"
|
const val tmdb2anilist = "https://tmdb2anilist.slidemovies.org"
|
||||||
const val gdbot = "https://gdbot.xyz"
|
const val gdbot = "https://gdtot.pro"
|
||||||
const val consumetAnilistAPI = "https://api.consumet.org/meta/anilist"
|
const val consumetAnilistAPI = "https://api.consumet.org/meta/anilist"
|
||||||
|
|
||||||
private val apiKey =
|
private val apiKey =
|
||||||
|
|
Loading…
Reference in a new issue