add source ManjaNoon "ar" (#888)
* add source ManjaNoon * Update icon and fix source name * Case insensitive system sucks * Change package name * Change class name --------- Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
This commit is contained in:
parent
6911eb1c68
commit
8c93344f17
Binary file not shown.
After Width: | Height: | Size: 6.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
|
@ -0,0 +1,12 @@
|
|||
package eu.kanade.tachiyomi.extension.ar.manganoon
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class MangaNoon : MangaThemesia(
|
||||
"مانجا نون",
|
||||
"https://manjanoon.com",
|
||||
"ar",
|
||||
dateFormat = SimpleDateFormat("MMM d, yyy", Locale("ar")),
|
||||
)
|
|
@ -82,6 +82,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
|
|||
SingleLang("MangaFlame", "https://mangaflame.org", "ar"),
|
||||
SingleLang("MangaKita", "https://mangakita.id", "id", overrideVersionCode = 2),
|
||||
SingleLang("Mangakyo", "https://mangakyo.vip", "id", overrideVersionCode = 4),
|
||||
SingleLang("MangaNoon", "https://manjanoon.com", "ar", sourceName = "مانجا نون"),
|
||||
SingleLang("MangaShiina", "https://mangashiina.com", "es"),
|
||||
SingleLang("MangaShiro", "https://mangashiro.me", "id"),
|
||||
SingleLang("Mangasusu", "https://mangasusuku.xyz", "id", isNsfw = true, overrideVersionCode = 3),
|
||||
|
|
Loading…
Reference in New Issue