Init2
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 3.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 9.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
BIN
multisrc/overrides/gattsu/hentaiseason/res/web_hi_res_512.png
Normal file
BIN
multisrc/overrides/gattsu/hentaiseason/res/web_hi_res_512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 68 KiB |
17
multisrc/overrides/gattsu/hentaiseason/src/HentaiSeason.kt
Normal file
17
multisrc/overrides/gattsu/hentaiseason/src/HentaiSeason.kt
Normal file
@@ -0,0 +1,17 @@
|
||||
package eu.kanade.tachiyomi.extension.pt.hentaiseason
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.gattsu.Gattsu
|
||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||
import okhttp3.OkHttpClient
|
||||
import java.util.concurrent.TimeUnit
|
||||
|
||||
class HentaiSeason : Gattsu(
|
||||
"Hentai Season",
|
||||
"https://hentaiseason.com",
|
||||
"pt-BR",
|
||||
) {
|
||||
|
||||
override val client: OkHttpClient = super.client.newBuilder()
|
||||
.rateLimit(1, 2, TimeUnit.SECONDS)
|
||||
.build()
|
||||
}
|
||||
Reference in New Issue
Block a user