Gmanga: fix url (#8243)

gmanga changes the domain to Gmanga.org
This commit is contained in:
Ahmed gamal 2021-07-23 16:58:07 +02:00 committed by GitHub
parent 98093c5252
commit cb0c52aaf6
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 = 'GMANGA'
pkgNameSuffix = 'ar.gmanga'
extClass = '.Gmanga'
extVersionCode = 5
extVersionCode = 6
libVersion = '1.2'
containsNsfw = false
}

View File

@ -30,7 +30,7 @@ import okhttp3.Response
class Gmanga : ConfigurableSource, HttpSource() {
private val domain: String = "gmanga.me"
private val domain: String = "gmanga.org"
override val baseUrl: String = "https://$domain"