Initial commit
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 7.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
BIN
multisrc/overrides/madara/unitoon/res/web_hi_res_512.png
Normal file
BIN
multisrc/overrides/madara/unitoon/res/web_hi_res_512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 233 KiB |
19
multisrc/overrides/madara/unitoon/src/Unitoon.kt
Normal file
19
multisrc/overrides/madara/unitoon/src/Unitoon.kt
Normal file
@@ -0,0 +1,19 @@
|
||||
package eu.kanade.tachiyomi.extension.es.unitoon
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class Unitoon : Madara(
|
||||
"Unitoon",
|
||||
"https://lectorunitoon.com",
|
||||
"es",
|
||||
SimpleDateFormat("dd/MM/yyyy", Locale("es")),
|
||||
) {
|
||||
override val client = super.client.newBuilder()
|
||||
.rateLimit(2, 1)
|
||||
.build()
|
||||
|
||||
override val useNewChapterEndpoint = true
|
||||
}
|
||||
Reference in New Issue
Block a user