Remove MangaPL (#10722)
This commit is contained in:
parent
0f854ff5cc
commit
0d9ecb9c94
Binary file not shown.
Before Width: | Height: | Size: 3.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 8.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 13 KiB |
Binary file not shown.
Before Width: | Height: | Size: 80 KiB |
@ -1,13 +0,0 @@
|
||||
package eu.kanade.tachiyomi.extension.en.mangapl
|
||||
|
||||
import eu.kanade.tachiyomi.lib.ratelimit.RateLimitInterceptor
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import okhttp3.OkHttpClient
|
||||
import java.util.concurrent.TimeUnit
|
||||
|
||||
class MangaPL : Madara("MangaPL", "https://mangapl.com", "en") {
|
||||
|
||||
override val client: OkHttpClient = super.client.newBuilder()
|
||||
.addInterceptor(RateLimitInterceptor(1, 1, TimeUnit.SECONDS))
|
||||
.build()
|
||||
}
|
@ -239,7 +239,6 @@ class MadaraGenerator : ThemeSourceGenerator {
|
||||
SingleLang("MangaManiacs", "https://mangamaniacs.org", "en", isNsfw = true),
|
||||
SingleLang("MangaMe", "https://mangame.org", "en", overrideVersionCode = 1),
|
||||
SingleLang("MangaMoli", "https://mangamoli.com", "en"),
|
||||
SingleLang("MangaPL", "https://mangapl.com", "en", isNsfw = true, overrideVersionCode = 1),
|
||||
SingleLang("MangaPT", "https://mangapt.com", "es", isNsfw = true),
|
||||
SingleLang("MangaRabic", "https://mangarabic.com", "ar"),
|
||||
SingleLang("MangaRead.org", "https://www.mangaread.org", "en", className = "MangaReadOrg", overrideVersionCode = 1),
|
||||
|
Loading…
x
Reference in New Issue
Block a user