OtaScans: Update domain ()

Update domain
This commit is contained in:
Chopper 2025-03-19 15:59:44 -03:00 committed by Draff
parent 30a65efcb0
commit 3a8918ae58
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions
src/id/otascans
build.gradle
src/eu/kanade/tachiyomi/extension/id/otascans

@ -2,8 +2,8 @@ ext {
extName = 'Ota Scans'
extClass = '.OtaScans'
themePkg = 'mangathemesia'
baseUrl = 'https://yurilab.my.id'
overrideVersionCode = 0
baseUrl = 'https://yurilabs.my.id'
overrideVersionCode = 1
isNsfw = true
}

@ -7,7 +7,7 @@ import org.jsoup.nodes.Document
class OtaScans : MangaThemesia(
"Ota Scans",
"https://yurilab.my.id",
"https://yurilabs.my.id",
"id",
) {
override val client = super.client.newBuilder()