EarlyManga: new URL domain .org (#5674)

This commit is contained in:
scb261 2021-02-07 22:57:41 +02:00 committed by GitHub
parent 2f5e09b292
commit 4adf284242
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 = 2
extVersionCode = 3
libVersion = '1.2'
}

View File

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