Add Sussyscan (#1133)

* add sussyscan

* remove type
This commit is contained in:
Secozzi 2024-02-08 13:21:20 +00:00 committed by Draff
parent aae877a2a3
commit c8f24dac99
7 changed files with 22 additions and 0 deletions

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

View File

@ -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"
}

View File

@ -424,6 +424,7 @@ class MadaraGenerator : ThemeSourceGenerator {
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),
SingleLang("Sussy Scan", "https://sussyscan.com", "pt-BR"),
SingleLang("Sweet Time Scan", "https://sweetscan.net", "pt-BR", overrideVersionCode = 2),
SingleLang("Tankou Hentai", "https://tankouhentai.com", "pt-BR", isNsfw = true),
SingleLang("TappyToon.Net", "https://tappytoon.net", "en", className = "Tappytoonnet"),