Dark Scans: fix popular & latest, update icons (#18185)

Dark Scans: fix popular & latest, update icon

Closes #15657
This commit is contained in:
Luqman 2023-09-28 01:43:04 +07:00 committed by GitHub
parent c6b8a44122
commit ca0b8788dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 17 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 160 KiB

View 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
}

View File

@ -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),