Bye bye Madara (#5730)

* N-Z

* MZuki-N

* kbatch-mzuki

* remove madara

* remove wildcard

* nsfw

* pkg name

already got it from class name

* forgot className

* this too

* fix arangScans chapter and timestamp

* add mangaEffect

* add mangaGreat

* mangazuki.club multiLang

* forgot this line :v
This commit is contained in:
Riztard Lanthorn
2021-02-10 21:05:12 +07:00
committed by GitHub
parent 532ffb1892
commit bd5f42f8cd
88 changed files with 1022 additions and 1407 deletions

View File

@ -0,0 +1,12 @@
package eu.kanade.tachiyomi.extension.fr.yokaijump
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class YokaiJump : Madara(
"Yokai Jump",
"https://yokaijump.fr",
"fr",
dateFormat = SimpleDateFormat("dd/MM/yy", Locale.US)
)