parent
aae877a2a3
commit
c8f24dac99
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 8.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
|
@ -0,0 +1,21 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.pt.sussyscan
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class SussyScan : Madara(
|
||||||
|
"Sussy Scan",
|
||||||
|
"https://sussyscan.com",
|
||||||
|
"pt-BR",
|
||||||
|
SimpleDateFormat("MMMMM dd, yyyy", Locale("pt", "BR")),
|
||||||
|
) {
|
||||||
|
override val client = super.client.newBuilder()
|
||||||
|
.rateLimit(2)
|
||||||
|
.build()
|
||||||
|
|
||||||
|
override val useNewChapterEndpoint = true
|
||||||
|
|
||||||
|
override val mangaSubString = "sus"
|
||||||
|
}
|
|
@ -424,6 +424,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
||||||
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),
|
||||||
|
SingleLang("Sussy Scan", "https://sussyscan.com", "pt-BR"),
|
||||||
SingleLang("Sweet Time Scan", "https://sweetscan.net", "pt-BR", overrideVersionCode = 2),
|
SingleLang("Sweet Time Scan", "https://sweetscan.net", "pt-BR", overrideVersionCode = 2),
|
||||||
SingleLang("Tankou Hentai", "https://tankouhentai.com", "pt-BR", isNsfw = true),
|
SingleLang("Tankou Hentai", "https://tankouhentai.com", "pt-BR", isNsfw = true),
|
||||||
SingleLang("TappyToon.Net", "https://tappytoon.net", "en", className = "Tappytoonnet"),
|
SingleLang("TappyToon.Net", "https://tappytoon.net", "en", className = "Tappytoonnet"),
|
||||||
|
|
Loading…
Reference in New Issue