
* Add source ThunderScans "ar" * Update baseUrl and icons --------- Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
13 lines
342 B
Kotlin
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")),
|
|
)
|