fix AnimeIndo,Gomov,Oppadrama

This commit is contained in:
sora 2023-08-24 05:12:42 +07:00
parent b2227f51fe
commit 3b1d788587
8 changed files with 14 additions and 9 deletions

View file

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

View file

@ -3,7 +3,6 @@ package com.hexated
import com.fasterxml.jackson.annotation.JsonProperty
import com.lagradost.cloudstream3.*
import com.lagradost.cloudstream3.extractors.XStreamCdn
import com.lagradost.cloudstream3.utils.AppUtils
import com.lagradost.cloudstream3.utils.AppUtils.tryParseJson
import com.lagradost.cloudstream3.utils.ExtractorLink
import com.lagradost.cloudstream3.utils.getQualityFromName
@ -197,7 +196,7 @@ open class DramaidProvider : MainAPI() {
callback
)
else -> loadExtractor(it, data, subtitleCallback, callback)
else -> loadExtractor(it, "$mainUrl/", subtitleCallback, callback)
}
}