Move TecnoScan from MangaThemesia to Madara (#16266)

Move TecnoScan to Madara
This commit is contained in:
seew3l 2023-05-03 13:29:55 -05:00 committed by GitHub
parent 8fa1c03f9a
commit 2ee1fccbce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 17 additions and 16 deletions

View File

Before

Width:  |  Height:  |  Size: 541 KiB

After

Width:  |  Height:  |  Size: 541 KiB

View File

@ -0,0 +1,16 @@
package eu.kanade.tachiyomi.extension.es.tecnoscan
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class TecnoScan : Madara(
"Tecno Scan",
"https://tecnoscann.com",
"es",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
) {
// Site moved from MangaThemesia to Madara
override val versionId = 2
override val useNewChapterEndpoint = true
}

View File

@ -1,15 +0,0 @@
package eu.kanade.tachiyomi.extension.es.tecnoscan
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class TecnoScan : MangaThemesia(
"Tecno Scan",
"https://tecnoscann.com",
"es",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
) {
override val seriesStatusSelector = ".tsinfo .imptdt:contains(Estado) i"
override val seriesAuthorSelector = ".fmed b:contains(Autor)+span"
}

View File

@ -398,6 +398,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("TappyToon.Net", "https://tappytoon.net", "en", className = "Tappytoonnet"),
SingleLang("Tatakae Scan", "https://tatakaescan.com", "pt-BR", isNsfw = true, overrideVersionCode = 2),
SingleLang("Taurus Fansub", "https://taurusfansub.com", "es"),
SingleLang("Tecno Scan", "https://tecnoscann.com", "es"),
SingleLang("TeenManhua", "https://teenmanhua.com", "en"),
SingleLang("The Beginning After The End", "https://www.thebeginningaftertheend.fr", "fr", overrideVersionCode = 1),
SingleLang("The Guild", "https://theguildscans.com", "en"),

View File

@ -113,7 +113,6 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
SingleLang("Surya Scans", "https://suryascans.com", "en"),
SingleLang("Sushi-Scan", "https://sushiscan.net", "fr", className = "SushiScan", overrideVersionCode = 3),
SingleLang("Tarot Scans", "https://www.tarotscans.com", "tr"),
SingleLang("Tecno Scan", "https://tecnoscann.com", "es", overrideVersionCode = 2),
SingleLang("The Apollo Team", "https://theapollo.team", "en"),
SingleLang("Tsundoku Traduções", "https://tsundoku.com.br", "pt-BR", className = "TsundokuTraducoes", overrideVersionCode = 9),
SingleLang("TukangKomik", "https://tukangkomik.id", "id", overrideVersionCode = 1),