
* Update MadaraGenerator.kt * Include fixed version of #10443 and #10167 Co-authored-by: Shota <75117560+Shota5749@users.noreply.github.com> Co-authored-by: Carlos Hernandez <20384738+wolfghost9898@users.noreply.github.com> * Add icons and overrides * Add more icons and overrides * Update Madara.kt Co-authored-by: Shota <75117560+Shota5749@users.noreply.github.com> Co-authored-by: Carlos Hernandez <20384738+wolfghost9898@users.noreply.github.com>
8 lines
296 B
Kotlin
8 lines
296 B
Kotlin
package eu.kanade.tachiyomi.extension.ar.empirewebtoon
|
|
|
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
|
import java.text.SimpleDateFormat
|
|
import java.util.Locale
|
|
|
|
class EmpireWebtoon : Madara("Empire Webtoon", "https://webtoonempire.com", "ar", SimpleDateFormat("yyyy MMMMM dd", Locale("ar")))
|