forked from AlmightyHak/extensions-source
Update HiAnime.kt
This commit is contained in:
parent
38368f56ac
commit
0dc5fcb60b
1 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,7 @@ class HiAnime : ZoroTheme(
|
||||||
hosterNames = listOf(
|
hosterNames = listOf(
|
||||||
"HD-1",
|
"HD-1",
|
||||||
"HD-2",
|
"HD-2",
|
||||||
|
"HD-3",
|
||||||
"StreamTape",
|
"StreamTape",
|
||||||
),
|
),
|
||||||
) {
|
) {
|
||||||
|
@ -53,7 +54,7 @@ class HiAnime : ZoroTheme(
|
||||||
)?.let(::listOf) ?: emptyList()
|
)?.let(::listOf) ?: emptyList()
|
||||||
}
|
}
|
||||||
|
|
||||||
"HD-1", "HD-2" -> megaCloudExtractor.getVideosFromUrl(
|
"HD-1", "HD-2", "HD-3" -> megaCloudExtractor.getVideosFromUrl(
|
||||||
server.link,
|
server.link,
|
||||||
server.type,
|
server.type,
|
||||||
server.name,
|
server.name,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue