Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjohn committed Nov 28, 2023
2 parents fc542ae + d0b566b commit 19b3202
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions LayarKacaProvider/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ cloudstream {
"Movie",
)

iconUrl = "https://www.google.com/s2/favicons?domain=lk21official.org&sz=%size%"
}
iconUrl = "https://www.google.com/s2/favicons?domain=tv4.lk21official.wiki&sz=%size%"
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import com.lagradost.cloudstream3.utils.*
import org.jsoup.nodes.Element

class LayarKacaProvider : MainAPI() {
override var mainUrl = "https://tv3.lk21official.wiki"
override var mainUrl = "https://tv4.lk21official.wiki"
private var seriesUrl = "https://tv5.nontondrama.click"
override var name = "LayarKaca"
override val hasMainPage = true
Expand Down
4 changes: 2 additions & 2 deletions RebahinProvider/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ cloudstream {
)


iconUrl = "https://www.google.com/s2/favicons?domain=104.237.198.194&sz=%size%"
}
iconUrl = "https://www.google.com/s2/favicons?domain=179.43.163.53&sz=%size%"
}
4 changes: 2 additions & 2 deletions RebahinProvider/src/main/kotlin/com/hexated/Cgvindo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package com.hexated
import com.lagradost.cloudstream3.TvType

class Cgvindo : RebahinProvider() {
override var mainUrl = "http://cgvindo.ink"
override var mainUrl = "https://cgvindo.com/amp/"
override var name = "Cgvindo"

}
}
4 changes: 2 additions & 2 deletions RebahinProvider/src/main/kotlin/com/hexated/Kitanonton.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package com.hexated
import com.lagradost.cloudstream3.*

class Kitanonton : RebahinProvider() {
override var mainUrl = "http://kitanonton.site"
override var mainUrl = "http://kitanonton.top"
override var name = "KitaNonton"
override var mainServer = "https://199.87.210.226"

Expand All @@ -29,4 +29,4 @@ class Kitanonton : RebahinProvider() {
}
return newHomePageResponse(request.name, home)
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import org.jsoup.nodes.Element
import java.net.URI

open class RebahinProvider : MainAPI() {
override var mainUrl = "http://179.43.163.51"
override var mainUrl = "http://179.43.163.53"
private var directUrl: String? = null
override var name = "Rebahin"
override val hasMainPage = true
Expand Down
4 changes: 2 additions & 2 deletions Samehadaku/src/main/kotlin/com/hexated/Samehadaku.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import org.jsoup.Jsoup
import org.jsoup.nodes.Element

class Samehadaku : MainAPI() {
override var mainUrl = "https://samehadaku.rent"
override var mainUrl = "https://samehadaku.digital/"
override var name = "Samehadaku"
override val hasMainPage = true
override var lang = "id"
Expand Down Expand Up @@ -258,4 +258,4 @@ class Samehadaku : MainAPI() {
return this.replace(Regex("(Nonton)|(Anime)|(Subtitle\\sIndonesia)"), "").trim()
}

}
}

0 comments on commit 19b3202

Please sign in to comment.