InfernalVoidScans: Update domain (#5397)

* Update domain

* Remove 'isNsfw'
This commit is contained in:
Chopper 2024-10-08 11:54:17 -03:00 committed by Draff
parent 1e21288bed
commit 458fde8e7f
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 = 'Infernal Void Scans' extName = 'Infernal Void Scans'
extClass = '.InfernalVoidScans' extClass = '.InfernalVoidScans'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://hivetoon.net' baseUrl = 'https://hivetoon.com'
overrideVersionCode = 9 overrideVersionCode = 10
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -7,7 +7,7 @@ import okhttp3.Request
class InfernalVoidScans : MangaThemesia( class InfernalVoidScans : MangaThemesia(
"Infernal Void Scans", "Infernal Void Scans",
"https://hivetoon.net", "https://hivetoon.com",
"en", "en",
) { ) {
override val client = super.client.newBuilder() override val client = super.client.newBuilder()