mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
update stremiox
This commit is contained in:
parent
e008764fd1
commit
4cdfa5802d
4 changed files with 12 additions and 3 deletions
|
@ -1,11 +1,17 @@
|
|||
package com.hexated
|
||||
|
||||
import com.lagradost.cloudstream3.TvType
|
||||
import com.lagradost.cloudstream3.mainPageOf
|
||||
|
||||
class Animesaga : Movierulzhd() {
|
||||
|
||||
override var mainUrl = "https://www.animesaga.in"
|
||||
override var name = "Animesaga"
|
||||
override val supportedTypes = setOf(
|
||||
TvType.Anime,
|
||||
TvType.AnimeMovie,
|
||||
TvType.OVA
|
||||
)
|
||||
|
||||
override val mainPage = mainPageOf(
|
||||
"movies" to "Movies",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue