Tenkai Scan: Move to Madara (#237)
* Move to Madara
* Remove Madara sources
* I'm idiot
* Revert "Remove Madara sources"
This reverts commit 210ef90eb2
.
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 9.9 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
15
multisrc/overrides/madara/tenkaiscan/src/TenkaiScan.kt
Normal file
@ -0,0 +1,15 @@
|
||||
package eu.kanade.tachiyomi.extension.es.tenkaiscan
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
class TenkaiScan : Madara(
|
||||
"TenkaiScan",
|
||||
"https://tenkaiscan.net",
|
||||
"es",
|
||||
dateFormat = SimpleDateFormat("dd 'de' MMMM 'de' yyyy", Locale("es")),
|
||||
) {
|
||||
override val versionId = 2
|
||||
override val useNewChapterEndpoint = true
|
||||
override val mangaDetailsSelectorStatus = "div.post-content_item:contains(Status) > div.summary-content"
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
package eu.kanade.tachiyomi.extension.es.tenkaiscan
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class TenkaiScan : MangaThemesia(
|
||||
"TenkaiScan",
|
||||
"https://tenkaiscan.net",
|
||||
"es",
|
||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("en")),
|
||||
)
|
@ -452,6 +452,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
||||
SingleLang("Tatakae Scan", "https://tatakaescan.com", "pt-BR", isNsfw = true, overrideVersionCode = 2),
|
||||
SingleLang("Taurus Fansub", "https://taurusmanga.com", "es", overrideVersionCode = 1),
|
||||
SingleLang("TeenManhua", "https://teenmanhua.com", "en", overrideVersionCode = 1),
|
||||
SingleLang("TenkaiScan", "https://tenkaiscan.net", "es", isNsfw = true),
|
||||
SingleLang("The Beginning After The End", "https://www.thebeginningaftertheend.fr", "fr", overrideVersionCode = 1),
|
||||
SingleLang("The Blank Scanlation", "https://theblank.net", "en", className = "TheBlank", isNsfw = true),
|
||||
SingleLang("The Guild", "https://theguildscans.com", "en"),
|
||||
|
@ -152,7 +152,6 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
|
||||
SingleLang("Sushiscan.fr", "https://anime-sama.me", "fr", className = "SushiScanFR", overrideVersionCode = 1),
|
||||
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 = 4),
|
||||
SingleLang("The Apollo Team", "https://theapollo.team", "en"),
|
||||
SingleLang("Tres Daos Scan", "https://tresdaos.com", "es"),
|
||||
|