parent
7f0053ed50
commit
84e785f2d3
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 8.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
|
@ -0,0 +1,10 @@
|
|||
package eu.kanade.tachiyomi.extension.ar.kingofshojo
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class KingofShojo : MangaThemesia("King of Shojo", "https://kingofshojo.com", "ar", dateFormat = SimpleDateFormat("MMM d, yyy", Locale("ar"))) {
|
||||
|
||||
override val hasProjectPage = true
|
||||
}
|
|
@ -53,6 +53,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
|
|||
SingleLang("Komik Seru", "https://komikseru.me", "id", isNsfw = true),
|
||||
SingleLang("Kanzenin", "https://kanzenin.xyz", "id", isNsfw = true),
|
||||
SingleLang("Komiksan", "https://komiksan.link", "id", overrideVersionCode = 2),
|
||||
SingleLang("King of Shojo", "https://kingofshojo.com", "ar"),
|
||||
SingleLang("Kiryuu", "https://kiryuu.id", "id", overrideVersionCode = 6),
|
||||
SingleLang("Komik AV", "https://komikav.com", "id", overrideVersionCode = 1),
|
||||
SingleLang("Komik Cast", "https://komikcast.ch", "id", overrideVersionCode = 24),
|
||||
|
|
Loading…
Reference in New Issue