parent
98093c5252
commit
cb0c52aaf6
|
@ -5,7 +5,7 @@ ext {
|
||||||
extName = 'GMANGA'
|
extName = 'GMANGA'
|
||||||
pkgNameSuffix = 'ar.gmanga'
|
pkgNameSuffix = 'ar.gmanga'
|
||||||
extClass = '.Gmanga'
|
extClass = '.Gmanga'
|
||||||
extVersionCode = 5
|
extVersionCode = 6
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
containsNsfw = false
|
containsNsfw = false
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,7 +30,7 @@ import okhttp3.Response
|
||||||
|
|
||||||
class Gmanga : ConfigurableSource, HttpSource() {
|
class Gmanga : ConfigurableSource, HttpSource() {
|
||||||
|
|
||||||
private val domain: String = "gmanga.me"
|
private val domain: String = "gmanga.org"
|
||||||
|
|
||||||
override val baseUrl: String = "https://$domain"
|
override val baseUrl: String = "https://$domain"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue