
* 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
306 B
Kotlin
8 lines
306 B
Kotlin
package eu.kanade.tachiyomi.extension.ar.iimanga
|
|
|
|
import eu.kanade.tachiyomi.multisrc.wpmangareader.WPMangaReader
|
|
import java.text.SimpleDateFormat
|
|
import java.util.Locale
|
|
|
|
class iiMANGA : WPMangaReader("iiMANGA", "https://iimanga.com", "ar", dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("ar")))
|