HiveScans: Update Domain (#8235)

Hive: Update Domain
This commit is contained in:
mrtear 2025-03-28 01:08:25 +05:00 committed by Draff
parent ae982b97ca
commit 5de9ae2485
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Hive Scans' extName = 'Hive Scans'
extClass = '.HiveScans' extClass = '.HiveScans'
themePkg = 'iken' themePkg = 'iken'
baseUrl = 'https://hivetoon.com' baseUrl = 'https://hivecomic.com'
overrideVersionCode = 37 overrideVersionCode = 38
isNsfw = false isNsfw = false
} }

View File

@ -5,7 +5,7 @@ import eu.kanade.tachiyomi.multisrc.iken.Iken
class HiveScans : Iken( class HiveScans : Iken(
"Hive Scans", "Hive Scans",
"en", "en",
"https://hivetoon.com", "https://hivecomic.com",
) { ) {
override val versionId = 2 override val versionId = 2