|
@ -1,9 +1,10 @@
|
|||
ext {
|
||||
extName = 'MangaTale'
|
||||
extClass = '.MangaTale'
|
||||
extName = 'Ikiru'
|
||||
extClass = '.Ikiru'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://mangatale.id'
|
||||
overrideVersionCode = 4
|
||||
baseUrl = 'https://ikiru.me'
|
||||
overrideVersionCode = 5
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 9.9 KiB |
|
@ -7,7 +7,9 @@ import okhttp3.OkHttpClient
|
|||
import okhttp3.ResponseBody.Companion.toResponseBody
|
||||
import org.jsoup.nodes.Document
|
||||
|
||||
class MangaTale : MangaThemesia("MangaTale", "https://mangatale.id", "id") {
|
||||
class Ikiru : MangaThemesia("Ikiru", "https://ikiru.me", "id") {
|
||||
|
||||
override val id = 1532456597012176985
|
||||
|
||||
override val client: OkHttpClient = super.client.newBuilder()
|
||||
.rateLimit(12, 3)
|