Ahmed gamal 0bc77409a9
add new source to wpmangareader (#9206)
* 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
2021-09-24 06:12:48 -04:00

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")))