* Update Gmanga.kt * Update build.gradle
This commit is contained in:
parent
58b5124bf2
commit
409e8192f7
|
@ -5,7 +5,7 @@ ext {
|
||||||
extName = 'GMANGA'
|
extName = 'GMANGA'
|
||||||
pkgNameSuffix = 'ar.gmanga'
|
pkgNameSuffix = 'ar.gmanga'
|
||||||
extClass = '.Gmanga'
|
extClass = '.Gmanga'
|
||||||
extVersionCode = 6
|
extVersionCode = 7
|
||||||
containsNsfw = false
|
containsNsfw = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@ import okhttp3.Response
|
||||||
|
|
||||||
class Gmanga : ConfigurableSource, HttpSource() {
|
class Gmanga : ConfigurableSource, HttpSource() {
|
||||||
|
|
||||||
private val domain: String = "gmanga.org"
|
private val domain: String = "gmanga.me"
|
||||||
|
|
||||||
override val baseUrl: String = "https://$domain"
|
override val baseUrl: String = "https://$domain"
|
||||||
|
|
||||||
|
@ -143,7 +143,7 @@ class Gmanga : ConfigurableSource, HttpSource() {
|
||||||
Page(
|
Page(
|
||||||
index,
|
index,
|
||||||
"$url#page_$index",
|
"$url#page_$index",
|
||||||
"https://media.$domain/uploads/releases/${releaseData["storage_key"].asString}/mq${if (hasWebP) "_webp" else ""}/$pageUri"
|
"https://media.$domain/uploads/releases/${releaseData["storage_key"].asString}/hq${if (hasWebP) "_webp" else ""}/$pageUri"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue