Fix TecnoScan (#15948)
This commit is contained in:
parent
411c1a87dd
commit
68e63e408a
15
multisrc/overrides/mangathemesia/tecnoscan/src/TecnoScan.kt
Normal file
15
multisrc/overrides/mangathemesia/tecnoscan/src/TecnoScan.kt
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
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"
|
||||||
|
}
|
@ -114,7 +114,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
|
|||||||
SingleLang("Surya Scans", "https://suryascans.com", "en"),
|
SingleLang("Surya Scans", "https://suryascans.com", "en"),
|
||||||
SingleLang("Sushi-Scan", "https://sushiscan.net", "fr", className = "SushiScan", overrideVersionCode = 3),
|
SingleLang("Sushi-Scan", "https://sushiscan.net", "fr", className = "SushiScan", overrideVersionCode = 3),
|
||||||
SingleLang("Tarot Scans", "https://www.tarotscans.com", "tr"),
|
SingleLang("Tarot Scans", "https://www.tarotscans.com", "tr"),
|
||||||
SingleLang("Tecno Scan", "https://tecnoscann", "es", overrideVersionCode = 1),
|
SingleLang("Tecno Scan", "https://tecnoscann.com", "es", overrideVersionCode = 2),
|
||||||
SingleLang("The Apollo Team", "https://theapollo.team", "en"),
|
SingleLang("The Apollo Team", "https://theapollo.team", "en"),
|
||||||
SingleLang("Tsundoku Traduções", "https://tsundoku.com.br", "pt-BR", className = "TsundokuTraducoes", overrideVersionCode = 9),
|
SingleLang("Tsundoku Traduções", "https://tsundoku.com.br", "pt-BR", className = "TsundokuTraducoes", overrideVersionCode = 9),
|
||||||
SingleLang("TukangKomik", "https://tukangkomik.id", "id", overrideVersionCode = 1),
|
SingleLang("TukangKomik", "https://tukangkomik.id", "id", overrideVersionCode = 1),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user