Add a new source to Madara. (#13612)
This commit is contained in:
parent
8d7759ca76
commit
59a459caa7
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 8.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
BIN
multisrc/overrides/madara/illusionscan/res/web_hi_res_512.png
Normal file
BIN
multisrc/overrides/madara/illusionscan/res/web_hi_res_512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 150 KiB |
22
multisrc/overrides/madara/illusionscan/src/IllusionScan.kt
Normal file
22
multisrc/overrides/madara/illusionscan/src/IllusionScan.kt
Normal file
@ -0,0 +1,22 @@
|
||||
package eu.kanade.tachiyomi.extension.pt.illusionscan
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||
import okhttp3.OkHttpClient
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
import java.util.concurrent.TimeUnit
|
||||
|
||||
class IllusionScan : Madara(
|
||||
"Illusion Scan",
|
||||
"https://illusionscan.com",
|
||||
"pt-BR",
|
||||
SimpleDateFormat("dd 'de' MMMMM 'de' yyyy", Locale("pt", "BR"))
|
||||
) {
|
||||
|
||||
override val client: OkHttpClient = super.client.newBuilder()
|
||||
.rateLimit(1, 2, TimeUnit.SECONDS)
|
||||
.build()
|
||||
|
||||
override val useNewChapterEndpoint = true
|
||||
}
|
@ -152,6 +152,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
||||
SingleLang("Hunter Fansub", "https://hunterfansub.com", "es", overrideVersionCode = 1),
|
||||
SingleLang("Ichirin No Hana Yuri", "https://ichirinnohanayuriscan.com", "pt-BR", isNsfw = true, overrideVersionCode = 4),
|
||||
SingleLang("Ikifeng", "https://ikifeng.com", "es", isNsfw = true),
|
||||
SingleLang("Illusion Scan", "https://illusionscan.com", "pt-BR", isNsfw = true),
|
||||
SingleLang("Immortal Updates", "https://immortalupdates.com", "en", overrideVersionCode = 2),
|
||||
SingleLang("Império Scans", "https://imperioscans.com.br", "pt-BR", className = "ImperioScans", overrideVersionCode = 1),
|
||||
SingleLang("InfraFandub", "https://infrafandub.xyz", "es"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user