Remove MangaTuli (#12400)

Domain has no A/AAAA record.
Closes #10377
This commit is contained in:
Vetle Ledaal 2022-07-03 02:34:35 +00:00 committed by GitHub
parent 8f9e9f634d
commit ca282cfe27
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: 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

View File

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

View File

@ -274,7 +274,6 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("MangaToRead", "https://mangatoread.com", "en"), SingleLang("MangaToRead", "https://mangatoread.com", "en"),
SingleLang("MangaTone", "https://mangatone.com", "en"), SingleLang("MangaTone", "https://mangatone.com", "en"),
SingleLang("MangaTop1", "https://mangatop1.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("MangaUS", "https://mangaus.xyz", "en", overrideVersionCode = 2),
SingleLang("MangaWT", "https://mangawt.com", "tr", overrideVersionCode = 1), SingleLang("MangaWT", "https://mangawt.com", "tr", overrideVersionCode = 1),
SingleLang("MangaWise", "https://mangawise.com", "en"), SingleLang("MangaWise", "https://mangawise.com", "en"),