Move TecnoScan to MangaThemesia (#18102)

Move TecnoScan
This commit is contained in:
bapeey 2023-09-23 17:55:58 -05:00 committed by GitHub
parent 88dc4453b7
commit 2237ef17bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 18 additions and 17 deletions

View File

@ -1,16 +0,0 @@
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

Before

Width:  |  Height:  |  Size: 541 KiB

After

Width:  |  Height:  |  Size: 541 KiB

View File

@ -0,0 +1,17 @@
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")),
) {
// Site moved from Madara to MangaThemesia
override val versionId = 3
override val seriesStatusSelector = ".tsinfo .imptdt:contains(Estado) i"
}

View File

@ -457,7 +457,6 @@ 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", overrideVersionCode = 1),
SingleLang("TempleScan", "https://templescanesp.com", "es", isNsfw = true, className = "TempleScanEsp", overrideVersionCode = 1),
SingleLang("The Beginning After The End", "https://www.thebeginningaftertheend.fr", "fr", overrideVersionCode = 1),

View File

@ -131,6 +131,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
SingleLang("Sushi-Scan", "https://sushiscan.net", "fr", className = "SushiScan", overrideVersionCode = 6),
SingleLang("Sushiscan.fr", "https://sushiscan.fr", "fr", className = "SushiScanFR"),
SingleLang("Tarot Scans", "https://www.tarotscans.com", "tr"),
SingleLang("Tecno Scan", "https://tecnoscann.com", "es", isNsfw = true, overrideVersionCode = 6),
SingleLang("TenkaiScan", "https://tenkaiscan.net", "es", isNsfw = true),
SingleLang("Tenshi.id", "https://tenshi.id", "id", className = "TenshiId", pkgName = "masterkomik", overrideVersionCode = 3),
SingleLang("The Apollo Team", "https://theapollo.team", "en"),