Vetle Ledaal 874cbe5dce
Update domain for some sources (#19004)
* update domain mangathemesia

* sort

* remove Moon Daisy Scans per request

* Add Moon Daisy Scans to issue moderator and removed sources

* remove duplicate Komiksan entry (from sort commit / rebase)
2023-11-20 12:50:49 -05:00

13 lines
328 B
Kotlin

package eu.kanade.tachiyomi.extension.id.kanzenin
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class Kanzenin : MangaThemesia(
"Kanzenin",
"https://kanzenin.info",
"id",
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("id")),
)