Add source ThunderScans "ar" (#886)
* Add source ThunderScans "ar" * Update baseUrl and icons --------- Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
This commit is contained in:
parent
0926e29994
commit
6911eb1c68
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 8.4 KiB |
@ -0,0 +1,12 @@
|
||||
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")),
|
||||
)
|
@ -143,6 +143,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
|
||||
SingleLang("Tempest Fansub", "https://tempestfansub.com", "tr", isNsfw = true),
|
||||
SingleLang("Tenshi.id", "https://tenshi.id", "id", className = "TenshiId", pkgName = "masterkomik", overrideVersionCode = 4),
|
||||
SingleLang("The Apollo Team", "https://theapollo.team", "en"),
|
||||
SingleLang("Thunder Scans", "https://thunderscans.com", "ar"),
|
||||
SingleLang("Tres Daos Scan", "https://tresdaos.com", "es"),
|
||||
SingleLang("Tsundoku Traduções", "https://tsundoku.com.br", "pt-BR", className = "TsundokuTraducoes", overrideVersionCode = 9),
|
||||
SingleLang("TukangKomik", "https://tukangkomik.id", "id", overrideVersionCode = 1),
|
||||
|
Loading…
x
Reference in New Issue
Block a user