mohamedotaku 6911eb1c68 Add source ThunderScans "ar" (#886)
* Add source ThunderScans "ar"

* Update baseUrl and icons

---------

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2024-02-04 02:25:04 +00:00

13 lines
342 B
Kotlin

package eu.kanade.tachiyomi.extension.ar.thunderscans
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class ThunderScans : MangaThemesia(
"Thunder Scans",
"https://thunderscans.com",
"ar",
dateFormat = SimpleDateFormat("MMM d, yyy", Locale("ar")),
)