From e60d2b3e97e126d8ba31b4728dfc00db864191e7 Mon Sep 17 00:00:00 2001 From: b4byhuey <60543438+b4byhuey@users.noreply.github.com> Date: Fri, 19 May 2023 12:08:56 +0800 Subject: [PATCH] Update some domain --- AnimeIndoProvider/build.gradle.kts | 2 +- .../src/main/kotlin/com/hexated/AnimeIndoProvider.kt | 2 +- DramaSerial/build.gradle.kts | 2 +- DramaSerial/src/main/kotlin/com/hexated/DramaSerial.kt | 2 +- Gomunimeis/src/main/kotlin/com/hexated/Gomunimeis.kt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/AnimeIndoProvider/build.gradle.kts b/AnimeIndoProvider/build.gradle.kts index 2e2564bd..1b1a9869 100644 --- a/AnimeIndoProvider/build.gradle.kts +++ b/AnimeIndoProvider/build.gradle.kts @@ -1,5 +1,5 @@ // use an integer for version numbers -version = 9 +version = 10 cloudstream { diff --git a/AnimeIndoProvider/src/main/kotlin/com/hexated/AnimeIndoProvider.kt b/AnimeIndoProvider/src/main/kotlin/com/hexated/AnimeIndoProvider.kt index 7ab46a9f..0345ad24 100644 --- a/AnimeIndoProvider/src/main/kotlin/com/hexated/AnimeIndoProvider.kt +++ b/AnimeIndoProvider/src/main/kotlin/com/hexated/AnimeIndoProvider.kt @@ -13,7 +13,7 @@ import com.lagradost.nicehttp.NiceResponse import org.jsoup.Jsoup import org.jsoup.nodes.Element class AnimeIndoProvider : MainAPI() { - override var mainUrl = "https://animeindo.cfd" + override var mainUrl = "https://animeindo.quest" override var name = "AnimeIndo" override val hasMainPage = true override var lang = "id" diff --git a/DramaSerial/build.gradle.kts b/DramaSerial/build.gradle.kts index 8fbe6e8e..37e56657 100644 --- a/DramaSerial/build.gradle.kts +++ b/DramaSerial/build.gradle.kts @@ -1,5 +1,5 @@ // use an integer for version numbers -version = 2 +version = 3 cloudstream { diff --git a/DramaSerial/src/main/kotlin/com/hexated/DramaSerial.kt b/DramaSerial/src/main/kotlin/com/hexated/DramaSerial.kt index e25bf321..881debc5 100644 --- a/DramaSerial/src/main/kotlin/com/hexated/DramaSerial.kt +++ b/DramaSerial/src/main/kotlin/com/hexated/DramaSerial.kt @@ -6,7 +6,7 @@ import com.lagradost.cloudstream3.utils.loadExtractor import org.jsoup.nodes.Element class DramaSerial : MainAPI() { - override var mainUrl = "https://dramaserial.world" + override var mainUrl = "https://dramaserial.wiki" override var name = "DramaSerial" override val hasMainPage = true override var lang = "id" diff --git a/Gomunimeis/src/main/kotlin/com/hexated/Gomunimeis.kt b/Gomunimeis/src/main/kotlin/com/hexated/Gomunimeis.kt index 8f8b6533..c2d81a74 100644 --- a/Gomunimeis/src/main/kotlin/com/hexated/Gomunimeis.kt +++ b/Gomunimeis/src/main/kotlin/com/hexated/Gomunimeis.kt @@ -23,7 +23,7 @@ class Gomunimeis : MainAPI() { ) companion object { - private const val mainImageUrl = "https://upload.anoboy.live" + private const val mainImageUrl = "https://upload.anoboy.life" fun getType(t: String): TvType { return if (t.contains("OVA", true) || t.contains("Special", true)) TvType.OVA