Update iimanga domain (#11070)
* Update iiMANGA.kt * Update WPMangaReaderGenerator.kt
This commit is contained in:
parent
955f89ff76
commit
f58d907ca8
|
@ -4,4 +4,4 @@ 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")))
|
||||
class iiMANGA : WPMangaReader("iiMANGA", "https://aresmanga.com", "ar", dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("ar")))
|
||||
|
|
|
@ -17,7 +17,7 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
|
|||
SingleLang("Anitation Arts", "https://anitationarts.org", "en", overrideVersionCode = 1),
|
||||
SingleLang("Alpha Scans", "https://alpha-scans.org", "en", overrideVersionCode = 1),
|
||||
SingleLang("BeastScans", "https://beastscans.com", "en"),
|
||||
SingleLang("iiMANGA", "https://iimanga.com", "ar"),
|
||||
SingleLang("iiMANGA", "https://aresmanga.com", "ar", overrideVersionCode = 1),
|
||||
SingleLang("Magus Manga", "https://magusmanga.com", "ar"),
|
||||
SingleLang("Kiryuu", "https://kiryuu.id", "id", overrideVersionCode = 6),
|
||||
SingleLang("KomikMama", "https://komikmama.net", "id"),
|
||||
|
|
Loading…
Reference in New Issue