* Ken scans URL change #11499 * Update KenScans.kt
This commit is contained in:
parent
809848ab33
commit
14d8020d97
@ -2,8 +2,8 @@ ext {
|
|||||||
extName = 'Ken Scans'
|
extName = 'Ken Scans'
|
||||||
extClass = '.KenScans'
|
extClass = '.KenScans'
|
||||||
themePkg = 'iken'
|
themePkg = 'iken'
|
||||||
baseUrl = 'https://kenscans.com'
|
baseUrl = 'https://kencomics.com'
|
||||||
overrideVersionCode = 8
|
overrideVersionCode = 9
|
||||||
isNsfw = false
|
isNsfw = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -9,8 +9,8 @@ import okhttp3.Response
|
|||||||
class KenScans : Iken(
|
class KenScans : Iken(
|
||||||
"Ken Scans",
|
"Ken Scans",
|
||||||
"en",
|
"en",
|
||||||
"https://kenscans.com",
|
"https://kencomics.com",
|
||||||
"https://api.kenscans.com",
|
"https://api.kencomics.com",
|
||||||
) {
|
) {
|
||||||
override fun chapterListRequest(manga: SManga): Request {
|
override fun chapterListRequest(manga: SManga): Request {
|
||||||
// Migration from old web theme to the new one(Keyoapp -> Iken)
|
// Migration from old web theme to the new one(Keyoapp -> Iken)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user