Add source Manga Flame "ar" (#883)
* Add source Manga Flame "ar" * Update and optimize icons --------- Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
This commit is contained in:
parent
92a44a6f6f
commit
3e8dc4d05c
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 8.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
|
@ -0,0 +1,12 @@
|
|||
package eu.kanade.tachiyomi.extension.ar.mangaflame
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class MangaFlame : MangaThemesia(
|
||||
"MangaFlame",
|
||||
"https://mangaflame.org",
|
||||
"ar",
|
||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("ar")),
|
||||
)
|
|
@ -79,6 +79,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
|
|||
SingleLang("Manga Kings", "https://mangakings.com.tr", "tr"),
|
||||
SingleLang("Manga Raw.org", "https://mangaraw.org", "ja", className = "MangaRawOrg", overrideVersionCode = 1),
|
||||
SingleLang("Mangacim", "https://www.mangacim.com", "tr", overrideVersionCode = 1),
|
||||
SingleLang("MangaFlame", "https://mangaflame.org", "ar"),
|
||||
SingleLang("MangaKita", "https://mangakita.id", "id", overrideVersionCode = 2),
|
||||
SingleLang("Mangakyo", "https://mangakyo.vip", "id", overrideVersionCode = 4),
|
||||
SingleLang("MangaShiina", "https://mangashiina.com", "es"),
|
||||
|
|
Loading…
Reference in New Issue