Add Source: Quantum Scans (#19159)

* Add Source: Quantum Scans

* reorder import
This commit is contained in:
Luqman 2023-12-02 22:41:49 +07:00 committed by GitHub
parent 10a45da680
commit 6b751d1b44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 14 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 KiB

View File

@ -0,0 +1,13 @@
package eu.kanade.tachiyomi.extension.en.quantumscans
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import eu.kanade.tachiyomi.network.interceptor.rateLimit
import okhttp3.OkHttpClient
import java.util.concurrent.TimeUnit
class QuantumScans : MangaThemesia("Quantum Scans", "https://readers-point.space", "en", "/series") {
override val client: OkHttpClient = super.client.newBuilder()
.rateLimit(12, 3, TimeUnit.SECONDS)
.build()
}

View File

@ -112,6 +112,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
SingleLang("PhenixScans", "https://phenixscans.fr", "fr", className = "PhenixScans", overrideVersionCode = 1),
SingleLang("Pi Scans", "https://piscans.in", "id", overrideVersionCode = 1),
SingleLang("PotatoManga", "https://potatomanga.xyz", "ar"),
SingleLang("Quantum Scans", "https://readers-point.space", "en"),
SingleLang("Raiki Scan", "https://raikiscan.com", "es"),
SingleLang("Raiscans", "https://www.raiscans.com", "en"),
SingleLang("Raven Scans", "https://ravenscans.com", "en", overrideVersionCode = 1),