mirror of
https://github.com/daarkdemon/cs-darkdemon-extensions.git
synced 2024-08-14 23:57:20 +00:00
Update FivemovierulzProvider.kt
This commit is contained in:
parent
fee129c1ce
commit
5991dbe2ed
1 changed files with 13 additions and 13 deletions
|
@ -10,24 +10,24 @@ import com.lagradost.cloudstream3.utils.loadExtractor
|
|||
import org.jsoup.nodes.Element
|
||||
|
||||
class FivemovierulzProvider : MainAPI() { // all providers must be an instance of MainAPI
|
||||
override var mainUrl = "https://5movierulz.cm"
|
||||
override var mainUrl = "https://ww2.5movierulz.sh/"
|
||||
override var name = "5movierulz"
|
||||
override val hasMainPage = true
|
||||
override var lang = "hi"
|
||||
override var lang = "te"
|
||||
override val hasDownloadSupport = true
|
||||
override val supportedTypes = setOf(
|
||||
TvType.Movie,
|
||||
)
|
||||
|
||||
override val mainPage = mainPageOf(
|
||||
"$mainUrl/category/featured/page/" to "Popular Movies",
|
||||
"$mainUrl/category/hollywood-movie-2021/page/" to "English",
|
||||
"$mainUrl/bollywood-movie-free/page/" to "Hindi",
|
||||
"$mainUrl/tamil-movie-free/page/" to "Tamil",
|
||||
"$mainUrl/telugu-movie/page/" to "Telugu",
|
||||
"$mainUrl/malayalam-movie-online/page/" to "Malayalam",
|
||||
"$mainUrl/category/bengali-movie/page/" to "Bengali",
|
||||
"$mainUrl/category/punjabi-movie/page/" to "Punjabi",
|
||||
"$mainUrl/category/featured/" to "Feautured Movies",
|
||||
"$mainUrl/category/hollywood-movie-2021/" to "English",
|
||||
"$mainUrl/bollywood-movie-free/" to "Hindi",
|
||||
"$mainUrl/tamil-movie-free/" to "Tamil",
|
||||
"$mainUrl/telugu-movie/" to "Telugu",
|
||||
"$mainUrl/malayalam-movie-online/" to "Malayalam",
|
||||
"$mainUrl/category/bengali-movie/" to "Bengali",
|
||||
"$mainUrl/category/punjabi-movie/" to "Punjabi",
|
||||
)
|
||||
|
||||
override suspend fun getMainPage(
|
||||
|
@ -123,13 +123,13 @@ class FivemovierulzProvider : MainAPI() { // all providers must be an instance o
|
|||
}
|
||||
|
||||
class Sbanh : StreamSB() {
|
||||
override var mainUrl = "https://sbanh.com"
|
||||
override var mainUrl = "https://sbbrisk.com/"
|
||||
}
|
||||
|
||||
class Ncdnstm : XStreamCdn() {
|
||||
override var mainUrl = "https://ncdnstm.xyz"
|
||||
override var mainUrl = "https://downfrip.xyz/"
|
||||
}
|
||||
|
||||
class StreamTapeAdblockUser : StreamTape() {
|
||||
override var mainUrl = "https://streamtapeadblockuser.homes"
|
||||
override var mainUrl = "https://shavetape.cash/"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue