Add Kataitake to Madara (#17867)
* Add Kataitake to Madara * Replace icons by SFW image
This commit is contained in:
parent
9ff49acf4b
commit
d6b6ce9837
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 8.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
|
@ -0,0 +1,9 @@
|
|||
package eu.kanade.tachiyomi.extension.fr.kataitake
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class Kataitake : Madara("Kataitake", "https://www.kataitake.fr", "fr", dateFormat = SimpleDateFormat("dd/mm/yyyy", Locale.FRANCE)) {
|
||||
override val altName: String = "Noms alternatifs :"
|
||||
}
|
|
@ -176,6 +176,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
|||
SingleLang("Jimanga", "https://jimanga.com", "en", isNsfw = false),
|
||||
SingleLang("Kami Sama Explorer", "https://leitor.kamisama.com.br", "pt-BR", overrideVersionCode = 2),
|
||||
SingleLang("Karatcam Scans", "https://karatcam-scans.fr", "fr", isNsfw = true),
|
||||
SingleLang("Kataitake", "https://www.kataitake.fr", "fr", isNsfw = true),
|
||||
SingleLang("KawaScans", "https://kawascans.com", "en", overrideVersionCode = 1),
|
||||
SingleLang("Kiara", "https://kiara.cool", "en"),
|
||||
SingleLang("Kings-Manga", "https://www.kings-manga.co", "th", isNsfw = false, className = "KingsManga"),
|
||||
|
|
Loading…
Reference in New Issue