OtaScans: Update domain (#8132)

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

View File

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

View File

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