Remove MangaPL (#10722)

This commit is contained in:
Vetle Ledaal 2022-02-06 01:27:15 +00:00 committed by GitHub
parent 0f854ff5cc
commit 0d9ecb9c94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 0 additions and 14 deletions

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

View File

@ -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()
}

View File

@ -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),