Update some domain

This commit is contained in:
b4byhuey 2023-05-19 12:08:56 +08:00
parent 34db844795
commit e60d2b3e97
5 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
// use an integer for version numbers // use an integer for version numbers
version = 9 version = 10
cloudstream { cloudstream {

View file

@ -13,7 +13,7 @@ import com.lagradost.nicehttp.NiceResponse
import org.jsoup.Jsoup import org.jsoup.Jsoup
import org.jsoup.nodes.Element import org.jsoup.nodes.Element
class AnimeIndoProvider : MainAPI() { class AnimeIndoProvider : MainAPI() {
override var mainUrl = "https://animeindo.cfd" override var mainUrl = "https://animeindo.quest"
override var name = "AnimeIndo" override var name = "AnimeIndo"
override val hasMainPage = true override val hasMainPage = true
override var lang = "id" override var lang = "id"

View file

@ -1,5 +1,5 @@
// use an integer for version numbers // use an integer for version numbers
version = 2 version = 3
cloudstream { cloudstream {

View file

@ -6,7 +6,7 @@ import com.lagradost.cloudstream3.utils.loadExtractor
import org.jsoup.nodes.Element import org.jsoup.nodes.Element
class DramaSerial : MainAPI() { class DramaSerial : MainAPI() {
override var mainUrl = "https://dramaserial.world" override var mainUrl = "https://dramaserial.wiki"
override var name = "DramaSerial" override var name = "DramaSerial"
override val hasMainPage = true override val hasMainPage = true
override var lang = "id" override var lang = "id"

View file

@ -23,7 +23,7 @@ class Gomunimeis : MainAPI() {
) )
companion object { companion object {
private const val mainImageUrl = "https://upload.anoboy.live" private const val mainImageUrl = "https://upload.anoboy.life"
fun getType(t: String): TvType { fun getType(t: String): TvType {
return if (t.contains("OVA", true) || t.contains("Special", true)) TvType.OVA return if (t.contains("OVA", true) || t.contains("Special", true)) TvType.OVA