fix: shimadascans moved from wpmangareader to madara (#11646)

This commit is contained in:
Alexander Chernov 2022-04-29 19:47:16 +01:00 committed by GitHub
parent 8018025e82
commit 6f138f5b24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 10 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 90 KiB

View File

@ -0,0 +1,9 @@
package eu.kanade.tachiyomi.extension.en.shimadascans
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class ShimadaScans : Madara("Shimada Scans", "https://shimadascans.com", "en", dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale.ENGLISH)) {
override val versionId = 2
}

View File

@ -391,6 +391,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Sensaina Yuri", "https://sensainayuri.dropescan.com", "pt-BR", isNsfw = true, overrideVersionCode = 2),
SingleLang("Shield Manga", "https://shieldmanga.io", "en", overrideVersionCode = 3),
SingleLang("ShinobiScans", "https://shinobiscans.com", "it"),
SingleLang("Shimada Scans", "https://shimadascans.com", "en"),
SingleLang("ShoujoHearts", "https://shoujohearts.com", "en", overrideVersionCode = 2),
SingleLang("SiXiang Scans", "http://www.sixiangscans.com", "en", overrideVersionCode = 1),
SingleLang("Sinensis", "https://sinensisscan.com", "pt-BR", overrideVersionCode = 2),

View File

@ -37,7 +37,6 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
SingleLang("PMScans", "http://www.rackusreader.org", "en", overrideVersionCode = 2),
SingleLang("Realm Scans", "https://realmscans.com", "en", overrideVersionCode = 3),
SingleLang("Skull Scans", "https://www.skullscans.com", "en", overrideVersionCode = 1),
SingleLang("Shimada Scans", "https://shimadascans.com", "en"),
SingleLang("Shooting Star Scans", "https://shootingstarscans.com", "en", overrideVersionCode = 3),
SingleLang("Azure Scans", "https://azuremanga.com", "en", overrideVersionCode = 1),
SingleLang("Patatescans", "https://patatescans.com", "fr", isNsfw = true, overrideVersionCode = 2),