parent
aedb09de84
commit
f513fe60c6
|
@ -7,6 +7,6 @@ import okhttp3.OkHttpClient
|
||||||
class Hentai20 : MangaThemesia("Hentai20", "https://hentai20.io", "en") {
|
class Hentai20 : MangaThemesia("Hentai20", "https://hentai20.io", "en") {
|
||||||
|
|
||||||
override val client: OkHttpClient = super.client.newBuilder()
|
override val client: OkHttpClient = super.client.newBuilder()
|
||||||
.rateLimit(1, 1, TimeUnit.SECONDS)
|
.rateLimit(1)
|
||||||
.build()
|
.build()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue