fix: EarlyManga update baseUrl (#13820)

This commit is contained in:
Yure Gabriel 2022-10-12 01:20:20 -03:00 committed by GitHub
parent 68e335e3bc
commit 0528091fa5
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 = 'EarlyManga'
pkgNameSuffix = 'en.earlymanga'
extClass = '.EarlyManga'
extVersionCode = 19
extVersionCode = 20
}
apply from: "$rootDir/common.gradle"

View File

@ -28,7 +28,7 @@ class EarlyManga : ParsedHttpSource() {
override val name = "EarlyManga"
override val baseUrl = "https://earlym.org"
override val baseUrl = "https://v1.earlym.org"
override val lang = "en"