Compare commits

..

No commits in common. "Arkai1/Hianime" and "main" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View file

@ -3,7 +3,7 @@ ext {
extClass = '.HiAnime' extClass = '.HiAnime'
themePkg = 'zorotheme' themePkg = 'zorotheme'
baseUrl = 'https://hianimez.to' baseUrl = 'https://hianimez.to'
overrideVersionCode = 52 overrideVersionCode = 51
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View file

@ -19,7 +19,6 @@ class HiAnime : ZoroTheme(
hosterNames = listOf( hosterNames = listOf(
"HD-1", "HD-1",
"HD-2", "HD-2",
"HD-3",
"StreamTape", "StreamTape",
), ),
) { ) {
@ -54,7 +53,7 @@ class HiAnime : ZoroTheme(
)?.let(::listOf) ?: emptyList() )?.let(::listOf) ?: emptyList()
} }
"HD-1", "HD-2", "HD-3" -> megaCloudExtractor.getVideosFromUrl( "HD-1", "HD-2" -> megaCloudExtractor.getVideosFromUrl(
server.link, server.link,
server.type, server.type,
server.name, server.name,