diff --git a/Animasu/build.gradle.kts b/Animasu/build.gradle.kts index 24d134e7..01261e7c 100644 --- a/Animasu/build.gradle.kts +++ b/Animasu/build.gradle.kts @@ -1,5 +1,5 @@ // use an integer for version numbers -version = 9 +version = 10 cloudstream { @@ -24,4 +24,4 @@ cloudstream { ) iconUrl = "https://www.google.com/s2/favicons?domain=animasu.cc&sz=%size%" -} \ No newline at end of file +} diff --git a/Animasu/src/main/kotlin/com/hexated/Animasu.kt b/Animasu/src/main/kotlin/com/hexated/Animasu.kt index 2b1cdf7d..108ecc79 100644 --- a/Animasu/src/main/kotlin/com/hexated/Animasu.kt +++ b/Animasu/src/main/kotlin/com/hexated/Animasu.kt @@ -9,7 +9,7 @@ import org.jsoup.Jsoup import org.jsoup.nodes.Element class Animasu : MainAPI() { - override var mainUrl = "https://animasu.win" + override var mainUrl = "https://v4.animasu.cc" override var name = "Animasu" override val hasMainPage = true override var lang = "id" @@ -188,4 +188,4 @@ class Animasu : MainAPI() { } } -} \ No newline at end of file +}