Add Jiangzaitoon (#10339)
This commit is contained in:
parent
a9251408eb
commit
5dd0d2b891
Binary file not shown.
After Width: | Height: | Size: 4.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 7.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
|
@ -0,0 +1,7 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.tr.jiangzaitoon
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class Jiangzaitoon : Madara("Jiangzaitoon", "https://jiangzaitoon.net", "tr", SimpleDateFormat("d MMM yyy", Locale("tr")))
|
|
@ -128,6 +128,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
||||||
SingleLang("IsekaiScanManga (unoriginal)", "https://isekaiscanmanga.com", "en", className = "IsekaiScanManga", overrideVersionCode = 1),
|
SingleLang("IsekaiScanManga (unoriginal)", "https://isekaiscanmanga.com", "en", className = "IsekaiScanManga", overrideVersionCode = 1),
|
||||||
SingleLang("Its Your Right Manhua", "https://itsyourightmanhua.com", "en", className = "ItsYourRightManhua", overrideVersionCode = 2),
|
SingleLang("Its Your Right Manhua", "https://itsyourightmanhua.com", "en", className = "ItsYourRightManhua", overrideVersionCode = 2),
|
||||||
SingleLang("JaiminisBox.net", "https://jaiminisbox.net", "en", className = "Jaiminisboxnet"),
|
SingleLang("JaiminisBox.net", "https://jaiminisbox.net", "en", className = "Jaiminisboxnet"),
|
||||||
|
SingleLang("Jiangzaitoon", "https://jiangzaitoon.net", "tr", isNsfw = true),
|
||||||
SingleLang("Jiro Comics", "https://jirocomics.com", "en", isNsfw = true),
|
SingleLang("Jiro Comics", "https://jirocomics.com", "en", isNsfw = true),
|
||||||
SingleLang("Kami Sama Explorer", "https://kamisama.com.br", "pt-BR", overrideVersionCode = 1),
|
SingleLang("Kami Sama Explorer", "https://kamisama.com.br", "pt-BR", overrideVersionCode = 1),
|
||||||
SingleLang("KawaScans", "https://kawascans.com", "en", overrideVersionCode = 1),
|
SingleLang("KawaScans", "https://kawascans.com", "en", overrideVersionCode = 1),
|
||||||
|
|
Loading…
Reference in New Issue