2021-02-10 22:59:43 +00:00
|
|
|
package eu.kanade.tachiyomi.extension.tr.turktoon
|
|
|
|
|
2022-08-16 11:24:35 +00:00
|
|
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
2021-02-10 22:59:43 +00:00
|
|
|
import java.text.SimpleDateFormat
|
|
|
|
import java.util.Locale
|
|
|
|
|
2022-08-16 11:24:35 +00:00
|
|
|
class TurkToon : MangaThemesia(
|
2023-02-11 19:21:03 +00:00
|
|
|
"TurkToon",
|
|
|
|
"https://turktoon.com",
|
|
|
|
"tr",
|
|
|
|
dateFormat = SimpleDateFormat("MMM d, yyyy", Locale("tr")),
|
2021-08-22 15:29:08 +00:00
|
|
|
)
|