add Fire Scans source (#18419)

* add Fire Scans source

* less import
This commit is contained in:
Luqman 2023-10-08 00:30:52 +07:00 committed by GitHub
parent 2377974bd9
commit 6a248a073e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 15 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

View File

@ -0,0 +1,14 @@
package eu.kanade.tachiyomi.extension.en.firescans
import eu.kanade.tachiyomi.multisrc.madara.Madara
import eu.kanade.tachiyomi.network.interceptor.rateLimit
import okhttp3.OkHttpClient
class FireScans : Madara("Fire Scans", "https://firescans.xyz", "en") {
override val client: OkHttpClient = super.client.newBuilder()
.rateLimit(20, 5)
.build()
override val useNewChapterEndpoint: Boolean = true
}

View File

@ -102,6 +102,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("FaeStorm", "https://faestormmanga.com", "tr"),
SingleLang("Fay Scans", "https://fayscans.com.br", "pt-BR", overrideVersionCode = 1),
SingleLang("Final Scans", "https://finalscans.com", "pt-BR", isNsfw = true, overrideVersionCode = 1),
SingleLang("Fire Scans", "https://firescans.xyz", "en"),
SingleLang("Fleur Blanche", "https://fbsquads.com", "pt-BR", isNsfw = true, overrideVersionCode = 2),
SingleLang("Flex Tape Scans", "https://flextapescans.com", "en", isNsfw = true),
SingleLang("Flower Manga", "https://flowermanga.com", "pt-BR"),