Update FivemovierulzProvider.kt

This commit is contained in:
kushyanthpothi 2023-03-19 17:44:35 +05:30 committed by GitHub
parent fee129c1ce
commit 5991dbe2ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,24 +10,24 @@ import com.lagradost.cloudstream3.utils.loadExtractor
import org.jsoup.nodes.Element import org.jsoup.nodes.Element
class FivemovierulzProvider : MainAPI() { // all providers must be an instance of MainAPI 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 var name = "5movierulz"
override val hasMainPage = true override val hasMainPage = true
override var lang = "hi" override var lang = "te"
override val hasDownloadSupport = true override val hasDownloadSupport = true
override val supportedTypes = setOf( override val supportedTypes = setOf(
TvType.Movie, TvType.Movie,
) )
override val mainPage = mainPageOf( override val mainPage = mainPageOf(
"$mainUrl/category/featured/page/" to "Popular Movies", "$mainUrl/category/featured/" to "Feautured Movies",
"$mainUrl/category/hollywood-movie-2021/page/" to "English", "$mainUrl/category/hollywood-movie-2021/" to "English",
"$mainUrl/bollywood-movie-free/page/" to "Hindi", "$mainUrl/bollywood-movie-free/" to "Hindi",
"$mainUrl/tamil-movie-free/page/" to "Tamil", "$mainUrl/tamil-movie-free/" to "Tamil",
"$mainUrl/telugu-movie/page/" to "Telugu", "$mainUrl/telugu-movie/" to "Telugu",
"$mainUrl/malayalam-movie-online/page/" to "Malayalam", "$mainUrl/malayalam-movie-online/" to "Malayalam",
"$mainUrl/category/bengali-movie/page/" to "Bengali", "$mainUrl/category/bengali-movie/" to "Bengali",
"$mainUrl/category/punjabi-movie/page/" to "Punjabi", "$mainUrl/category/punjabi-movie/" to "Punjabi",
) )
override suspend fun getMainPage( override suspend fun getMainPage(
@ -123,13 +123,13 @@ class FivemovierulzProvider : MainAPI() { // all providers must be an instance o
} }
class Sbanh : StreamSB() { class Sbanh : StreamSB() {
override var mainUrl = "https://sbanh.com" override var mainUrl = "https://sbbrisk.com/"
} }
class Ncdnstm : XStreamCdn() { class Ncdnstm : XStreamCdn() {
override var mainUrl = "https://ncdnstm.xyz" override var mainUrl = "https://downfrip.xyz/"
} }
class StreamTapeAdblockUser : StreamTape() { class StreamTapeAdblockUser : StreamTape() {
override var mainUrl = "https://streamtapeadblockuser.homes" override var mainUrl = "https://shavetape.cash/"
} }