parent
8f9e9f634d
commit
ca282cfe27
Binary file not shown.
Before Width: | Height: | Size: 2.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 9.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 67 KiB |
|
@ -1,13 +0,0 @@
|
|||
package eu.kanade.tachiyomi.extension.en.mangatuli
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||
import okhttp3.OkHttpClient
|
||||
import java.util.concurrent.TimeUnit
|
||||
|
||||
class MangaTuli : Madara("MangaTuli", "https://mangatuli.com", "en") {
|
||||
|
||||
override val client: OkHttpClient = super.client.newBuilder()
|
||||
.rateLimit(1, 1, TimeUnit.SECONDS)
|
||||
.build()
|
||||
}
|
|
@ -274,7 +274,6 @@ class MadaraGenerator : ThemeSourceGenerator {
|
|||
SingleLang("MangaToRead", "https://mangatoread.com", "en"),
|
||||
SingleLang("MangaTone", "https://mangatone.com", "en"),
|
||||
SingleLang("MangaTop1", "https://mangatop1.com", "en"),
|
||||
SingleLang("MangaTuli", "https://mangatuli.com", "en", isNsfw = true, overrideVersionCode = 2),
|
||||
SingleLang("MangaUS", "https://mangaus.xyz", "en", overrideVersionCode = 2),
|
||||
SingleLang("MangaWT", "https://mangawt.com", "tr", overrideVersionCode = 1),
|
||||
SingleLang("MangaWise", "https://mangawise.com", "en"),
|
||||
|
|
Loading…
Reference in New Issue