fixed DramaidProvider

This commit is contained in:
hexated 2023-07-21 20:47:12 +07:00
parent 3b907e3d5a
commit 92bd21310a
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -203,7 +203,7 @@ class DramaidProvider : MainAPI() {
it.replace("https://ndrama.xyz", "https://www.fembed.com")
}.apmap {
when {
it.contains("motonews.club") -> invokeDriveSource(
it.contains("motonews") -> invokeDriveSource(
it,
this.name,
subtitleCallback,

View File

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

View File

@ -10,7 +10,7 @@ import com.lagradost.cloudstream3.utils.getQualityFromName
import org.jsoup.nodes.Element
class MultiplexProvider : MainAPI() {
override var mainUrl = "https://146.19.24.137"
override var mainUrl = "http://5.104.81.46"
override var name = "Multiplex"
override val hasMainPage = true
override var lang = "id"