Remove SetsuScans (#11239)

This commit is contained in:
Vetle Ledaal 2022-03-27 19:24:21 +00:00 committed by GitHub
parent 63e0b93881
commit 3ebc75464a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 0 additions and 11 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

View File

@ -1,10 +0,0 @@
package eu.kanade.tachiyomi.extension.en.setsuscans
import eu.kanade.tachiyomi.lib.ratelimit.RateLimitInterceptor
import eu.kanade.tachiyomi.multisrc.madara.Madara
class SetsuScans : Madara("Setsu Scans", "https://setsuscans.com", "en") {
override val client = super.client.newBuilder()
.addInterceptor(RateLimitInterceptor(1, 2))
.build()
}

View File

@ -382,7 +382,6 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Seafoam Scans", "https://seafoamscans.com", "en", overrideVersionCode = 2),
SingleLang("Seikou Scans", "https://seikouscans.com", "pt-BR", isNsfw = true, overrideVersionCode = 2),
SingleLang("Sensaina Yuri", "https://sensainayuri.dropescan.com", "pt-BR", isNsfw = true, overrideVersionCode = 2),
SingleLang("Setsu Scans", "https://setsuscans.com", "en", overrideVersionCode = 2),
SingleLang("Shield Manga", "https://shieldmanga.io", "en", overrideVersionCode = 3),
SingleLang("ShinobiScans", "https://shinobiscans.com", "it"),
SingleLang("ShoujoHearts", "https://shoujohearts.com", "en", overrideVersionCode = 2),