Mangaku: Update base URL (#17441)

This commit is contained in:
beerpsi 2023-08-10 00:55:56 +07:00 committed by GitHub
parent 715c8f1fc4
commit 2cc88f1eff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Mangaku' extName = 'Mangaku'
pkgNameSuffix = 'id.mangaku' pkgNameSuffix = 'id.mangaku'
extClass = '.Mangaku' extClass = '.Mangaku'
extVersionCode = 4 extVersionCode = 5
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -28,7 +28,7 @@ class Mangaku : ParsedHttpSource() {
override val name = "Mangaku" override val name = "Mangaku"
override val baseUrl = "https://mangaku.vip" override val baseUrl = "https://mangaku.fun"
override val lang = "id" override val lang = "id"