Dark Scans: fix popular & latest, update icons (#18185)
Dark Scans: fix popular & latest, update icon Closes #15657
This commit is contained in:
parent
c6b8a44122
commit
ca0b8788dd
multisrc
overrides/madara/darkscans
src/main/java/eu/kanade/tachiyomi/multisrc/madara
Binary file not shown.
Before ![]() (image error) Size: 3.5 KiB After ![]() (image error) Size: 5.5 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 2.0 KiB After ![]() (image error) Size: 2.8 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 5.0 KiB After ![]() (image error) Size: 8.4 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 9.2 KiB After ![]() (image error) Size: 17 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 14 KiB After ![]() (image error) Size: 25 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 74 KiB After ![]() (image error) Size: 160 KiB ![]() ![]() |
16
multisrc/overrides/madara/darkscans/src/DarkScans.kt
Normal file
16
multisrc/overrides/madara/darkscans/src/DarkScans.kt
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.en.darkscans
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||||
|
import okhttp3.OkHttpClient
|
||||||
|
|
||||||
|
class DarkScans : Madara("Dark Scans", "https://darkscans.com", "en") {
|
||||||
|
|
||||||
|
override val client: OkHttpClient = super.client.newBuilder()
|
||||||
|
.rateLimit(20, 4)
|
||||||
|
.build()
|
||||||
|
|
||||||
|
override val mangaSubString = "all-series"
|
||||||
|
|
||||||
|
override val filterNonMangaItems = false
|
||||||
|
}
|
@ -79,7 +79,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
|||||||
SingleLang("Cookie Kiara", "https://18.kiara.cool", "en", isNsfw = true),
|
SingleLang("Cookie Kiara", "https://18.kiara.cool", "en", isNsfw = true),
|
||||||
SingleLang("CopyPasteScan", "https://copypastescan.xyz", "es", overrideVersionCode = 1),
|
SingleLang("CopyPasteScan", "https://copypastescan.xyz", "es", overrideVersionCode = 1),
|
||||||
SingleLang("DapRob", "https://daprob.com", "es"),
|
SingleLang("DapRob", "https://daprob.com", "es"),
|
||||||
SingleLang("Dark Scans", "https://darkscans.com", "en"),
|
SingleLang("Dark Scans", "https://darkscans.com", "en", overrideVersionCode = 1),
|
||||||
SingleLang("Decadence Scans", "https://reader.decadencescans.com", "en", isNsfw = true, overrideVersionCode = 2),
|
SingleLang("Decadence Scans", "https://reader.decadencescans.com", "en", isNsfw = true, overrideVersionCode = 2),
|
||||||
SingleLang("Dessert Scan", "https://cabaredowatame.site", "pt-BR", isNsfw = true),
|
SingleLang("Dessert Scan", "https://cabaredowatame.site", "pt-BR", isNsfw = true),
|
||||||
SingleLang("DiamondFansub", "https://diamondfansub.com", "tr", overrideVersionCode = 1),
|
SingleLang("DiamondFansub", "https://diamondfansub.com", "tr", overrideVersionCode = 1),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user