2022-10-26 14:39:37 -03:00

11 lines
404 B
Kotlin

package eu.kanade.tachiyomi.extension.ar.iimanga
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class ARESManga : MangaThemesia("ARESManga", "https://aresmanga.com", "ar", dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("ar"))) {
// The scanlator changed their name.
override val id: Long = 230017529540228175
}