Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 17 KiB |
|
@ -1,15 +0,0 @@
|
||||||
package eu.kanade.tachiyomi.extension.fr.lecercleduscan
|
|
||||||
|
|
||||||
import eu.kanade.tachiyomi.multisrc.foolslide.FoolSlide
|
|
||||||
import java.util.Locale
|
|
||||||
|
|
||||||
class LeCercleDuScan : FoolSlide("Le Cercle du Scan", "https://lel.lecercleduscan.com", "fr") {
|
|
||||||
override fun parseChapterDate(date: String) = super.parseChapterDate(
|
|
||||||
when (val lcDate = date.lowercase(Locale.FRENCH)) {
|
|
||||||
"hier" -> "yesterday"
|
|
||||||
"aujourd'hui" -> "today"
|
|
||||||
"demain" -> "tomorrow"
|
|
||||||
else -> lcDate
|
|
||||||
},
|
|
||||||
)
|
|
||||||
}
|
|
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 9.5 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 11 KiB |
|
@ -18,17 +18,11 @@ class FoolSlideGenerator : ThemeSourceGenerator {
|
||||||
SingleLang("Anata no Motokare", "https://motokare.xyz", "en", className = "AnataNoMotokare"),
|
SingleLang("Anata no Motokare", "https://motokare.xyz", "en", className = "AnataNoMotokare"),
|
||||||
SingleLang("Death Toll Scans", "https://reader.deathtollscans.net", "en"),
|
SingleLang("Death Toll Scans", "https://reader.deathtollscans.net", "en"),
|
||||||
SingleLang("Evil Flowers", "https://reader.evilflowers.com", "en", overrideVersionCode = 1),
|
SingleLang("Evil Flowers", "https://reader.evilflowers.com", "en", overrideVersionCode = 1),
|
||||||
SingleLang("Le Cercle du Scan", "https://lel.lecercleduscan.com", "fr", className = "LeCercleDuScan", overrideVersionCode = 1),
|
|
||||||
SingleLang("Lilyreader", "https://manga.smuglo.li", "en"),
|
|
||||||
SingleLang("MangaScouts", "http://onlinereader.mangascouts.org", "de", overrideVersionCode = 1),
|
|
||||||
SingleLang("Mangatellers", "https://reader.mangatellers.gr", "en"),
|
SingleLang("Mangatellers", "https://reader.mangatellers.gr", "en"),
|
||||||
SingleLang("Menudo-Fansub", "https://www.menudo-fansub.com", "es", className = "MenudoFansub", overrideVersionCode = 1),
|
SingleLang("Menudo-Fansub", "https://www.menudo-fansub.com", "es", className = "MenudoFansub", overrideVersionCode = 1),
|
||||||
SingleLang("NIFTeam", "http://read-nifteam.info", "it"),
|
SingleLang("NIFTeam", "http://read-nifteam.info", "it"),
|
||||||
SingleLang("PowerManga", "https://reader.powermanga.org", "it", className = "PowerMangaIT"),
|
|
||||||
SingleLang("Rama", "https://www.ramareader.it", "it"),
|
SingleLang("Rama", "https://www.ramareader.it", "it"),
|
||||||
SingleLang("Silent Sky", "https://reader.silentsky-scans.net", "en"),
|
SingleLang("Silent Sky", "https://reader.silentsky-scans.net", "en"),
|
||||||
SingleLang("Wanted Team", "https://reader.onepiecenakama.pl", "pl"),
|
|
||||||
SingleLang("Русификация", "https://rusmanga.ru", "ru", className = "Russification"),
|
|
||||||
)
|
)
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
|
|