Added new hosters HD-3 (en/zoro) (#1008)
All checks were successful
CI / Prepare job (push) Successful in 13s
CI / Build individual modules (push) Successful in 12m2s
CI / Publish repo (push) Successful in 1m24s

Checklist:

- [ ] Updated `extVersionCode` value in `build.gradle` for individual extensions
- [x] Updated `overrideVersionCode` or `baseVersionCode` as needed for all multisrc extensions
- [ ] Referenced all related issues in the PR body (e.g. "Closes #xyz")
- [x] Added the `isNsfw = true` flag in `build.gradle` when appropriate
- [x] Have not changed source names
- [ ] Have explicitly kept the `id` if a source's name or language were changed
- [x] Have tested the modifications by compiling and running the extension through Android Studio
- [ ] Have removed `web_hi_res_512.png` when adding a new extension
- [x] Have made sure all the icons are in png format

Co-authored-by: Arkai1 <codinsanemobile@gmail.com>
Reviewed-on: #1008
Co-authored-by: Ghost <>
Co-committed-by: Ghost <>
This commit is contained in:
Ghost 2025-06-17 06:48:25 -05:00 committed by AlmightyHak
parent 68373b0322
commit 38830010c2
2 changed files with 3 additions and 2 deletions

View file

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

View file

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