mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
Update Animesaga.kt (#621)
This commit is contained in:
parent
106fb6007f
commit
ed1ddbc9dd
1 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,7 @@ import com.lagradost.cloudstream3.mainPageOf
|
||||||
class Animesaga : Movierulzhd() {
|
class Animesaga : Movierulzhd() {
|
||||||
|
|
||||||
override var mainUrl = "https://anplay.in"
|
override var mainUrl = "https://anplay.in"
|
||||||
override var name = "Animesaga"
|
override var name = "Anplay"
|
||||||
override val supportedTypes = setOf(
|
override val supportedTypes = setOf(
|
||||||
TvType.Anime,
|
TvType.Anime,
|
||||||
TvType.AnimeMovie,
|
TvType.AnimeMovie,
|
||||||
|
@ -17,5 +17,6 @@ class Animesaga : Movierulzhd() {
|
||||||
"movies" to "Movies",
|
"movies" to "Movies",
|
||||||
"tvshows" to "TV-Shows",
|
"tvshows" to "TV-Shows",
|
||||||
"genre/hindi-dub" to "Hindi Dub",
|
"genre/hindi-dub" to "Hindi Dub",
|
||||||
|
"genre/crunchyroll" to "Crunchyroll",
|
||||||
)
|
)
|
||||||
}
|
}
|
Loading…
Reference in a new issue