Merge remote-tracking branch 'origin/master'

This commit is contained in:
hexated 2023-05-20 06:36:09 +07:00
commit 92803be98d
3 changed files with 3 additions and 3 deletions

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

@ -21,7 +21,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