InfernalVoidScans: Update domain (#5397)
* Update domain * Remove 'isNsfw'
This commit is contained in:
parent
1e21288bed
commit
458fde8e7f
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'Infernal Void Scans'
|
||||
extClass = '.InfernalVoidScans'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://hivetoon.net'
|
||||
overrideVersionCode = 9
|
||||
baseUrl = 'https://hivetoon.com'
|
||||
overrideVersionCode = 10
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -7,7 +7,7 @@ import okhttp3.Request
|
|||
|
||||
class InfernalVoidScans : MangaThemesia(
|
||||
"Infernal Void Scans",
|
||||
"https://hivetoon.net",
|
||||
"https://hivetoon.com",
|
||||
"en",
|
||||
) {
|
||||
override val client = super.client.newBuilder()
|
||||
|
|
Loading…
Reference in New Issue