mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
update and refactor stuff (#516)
This commit is contained in:
parent
832656852a
commit
bb6ca96489
9 changed files with 27 additions and 57 deletions
|
@ -1,5 +1,5 @@
|
|||
// use an integer for version numbers
|
||||
version = 56
|
||||
version = 57
|
||||
|
||||
|
||||
cloudstream {
|
||||
|
|
|
@ -18,6 +18,4 @@ class Animesaga : Movierulzhd() {
|
|||
"tvshows" to "TV-Shows",
|
||||
"genre/hindi-dub" to "Hindi Dub",
|
||||
)
|
||||
|
||||
|
||||
}
|
|
@ -12,14 +12,14 @@ import org.jsoup.Jsoup
|
|||
|
||||
class Hdmovie2 : Movierulzhd() {
|
||||
|
||||
override var mainUrl = "https://hdmovie2.foo"
|
||||
override var mainUrl = "https://hdmovie2.ist"
|
||||
override var name = "Hdmovie2"
|
||||
override val mainPage = mainPageOf(
|
||||
"trending" to "Trending",
|
||||
"movies" to "Movies",
|
||||
"genre/tv-series" to "TV-Series",
|
||||
"genre/tv-series" to "TV Shows",
|
||||
"genre/netflix" to "Netflix",
|
||||
"genre/zee5-tv-series" to "Zee5 TV Series",
|
||||
"genre/zee5-tv-series" to "Zee5",
|
||||
)
|
||||
|
||||
override suspend fun loadLinks(
|
||||
|
|
|
@ -11,7 +11,7 @@ import java.net.URI
|
|||
|
||||
open class Movierulzhd : MainAPI() {
|
||||
|
||||
override var mainUrl = "https://movierulzhd.host"
|
||||
override var mainUrl = "https://movierulzhd.fit"
|
||||
var directUrl = ""
|
||||
override var name = "Movierulzhd"
|
||||
override val hasMainPage = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue