Add source StoneScape "en" (#1149)
This commit is contained in:
parent
cdd332ee78
commit
e54743b6c9
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.6 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: 35 KiB |
|
@ -0,0 +1,14 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.ar.stonescape
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class StoneScape : Madara(
|
||||||
|
"StoneScape",
|
||||||
|
"https://stonescape.xyz",
|
||||||
|
"en",
|
||||||
|
SimpleDateFormat("MMMM dd, yyyy", Locale("en")),
|
||||||
|
) {
|
||||||
|
override val mangaSubString = "series"
|
||||||
|
}
|
|
@ -421,6 +421,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
||||||
SingleLang("SkyManga.xyz", "https://skymanga.xyz", "en", isNsfw = true, className = "SkyMangaXyz"),
|
SingleLang("SkyManga.xyz", "https://skymanga.xyz", "en", isNsfw = true, className = "SkyMangaXyz"),
|
||||||
SingleLang("Sleepy Translations", "https://sleepytranslations.com", "en", overrideVersionCode = 1),
|
SingleLang("Sleepy Translations", "https://sleepytranslations.com", "en", overrideVersionCode = 1),
|
||||||
SingleLang("Solo Leveling", "https://readsololeveling.online", "en"),
|
SingleLang("Solo Leveling", "https://readsololeveling.online", "en"),
|
||||||
|
SingleLang("StoneScape", "https://stonescape.xyz", "en"),
|
||||||
SingleLang("Sugar Babies", "https://sugarbbscan.com", "en", overrideVersionCode = 2),
|
SingleLang("Sugar Babies", "https://sugarbbscan.com", "en", overrideVersionCode = 2),
|
||||||
SingleLang("Summanga", "https://summanga.com", "en", isNsfw = true),
|
SingleLang("Summanga", "https://summanga.com", "en", isNsfw = true),
|
||||||
SingleLang("Sunshine Butterfly Scans", "https://sunshinebutterflyscan.com", "en", isNsfw = true, overrideVersionCode = 1),
|
SingleLang("Sunshine Butterfly Scans", "https://sunshinebutterflyscan.com", "en", isNsfw = true, overrideVersionCode = 1),
|
||||||
|
|
Loading…
Reference in New Issue