mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
fixed DramaidProvider
This commit is contained in:
parent
3b907e3d5a
commit
92bd21310a
4 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
// use an integer for version numbers
|
||||
version = 6
|
||||
version = 7
|
||||
|
||||
|
||||
cloudstream {
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// use an integer for version numbers
|
||||
version = 1
|
||||
version = 2
|
||||
|
||||
|
||||
cloudstream {
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue