ComicExtra: Update URL (#18610)

Update ComicExtra URL
This commit is contained in:
Paulo Leitão 2023-10-21 11:37:01 -03:00 committed by GitHub
parent 17afe258c1
commit 18458fd6ec
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 = 'ComicExtra'
pkgNameSuffix = 'en.comicextra'
extClass = '.ComicExtra'
extVersionCode = 13
extVersionCode = 14
}
apply from: "$rootDir/common.gradle"

View File

@ -22,7 +22,7 @@ class ComicExtra : ParsedHttpSource() {
override val name = "ComicExtra"
override val baseUrl = "https://comicextra.net"
override val baseUrl = "https://comicextra.me"
override val lang = "en"