* add new source to wpmangareader add [iimanga](https://iimanga.com/) * add new source to wpmangareader add [Magus Manga](https://magusmanga.com) * add chapterdate suppourt * update icons to new high res ones
8 lines
319 B
Kotlin
8 lines
319 B
Kotlin
package eu.kanade.tachiyomi.extension.ar.magusmanga
|
|
|
|
import eu.kanade.tachiyomi.multisrc.wpmangareader.WPMangaReader
|
|
import java.text.SimpleDateFormat
|
|
import java.util.Locale
|
|
|
|
class MagusManga : WPMangaReader("Magus Manga", "https://magusmanga.com", "ar", dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("ar")))
|