Added new hosters HD-3 (en/zoro) (#1008)
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:
parent
68373b0322
commit
38830010c2
2 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,7 @@ ext {
|
|||
extClass = '.HiAnime'
|
||||
themePkg = 'zorotheme'
|
||||
baseUrl = 'https://hianimez.to'
|
||||
overrideVersionCode = 51
|
||||
overrideVersionCode = 52
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue