mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
Add source StoneScape "en" (#1149)
This commit is contained in:
parent
0f5a572cac
commit
f0e219ffb9
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 |
14
multisrc/overrides/madara/stonescape/src/StoneScape.kt
Normal file
14
multisrc/overrides/madara/stonescape/src/StoneScape.kt
Normal file
@ -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("Sleepy Translations", "https://sleepytranslations.com", "en", overrideVersionCode = 1),
|
||||
SingleLang("Solo Leveling", "https://readsololeveling.online", "en"),
|
||||
SingleLang("StoneScape", "https://stonescape.xyz", "en"),
|
||||
SingleLang("Sugar Babies", "https://sugarbbscan.com", "en", overrideVersionCode = 2),
|
||||
SingleLang("Summanga", "https://summanga.com", "en", isNsfw = true),
|
||||
SingleLang("Sunshine Butterfly Scans", "https://sunshinebutterflyscan.com", "en", isNsfw = true, overrideVersionCode = 1),
|
||||
|
Loading…
Reference in New Issue
Block a user