Add Source: Quantum Scans (#19159)
* Add Source: Quantum Scans * reorder import
This commit is contained in:
parent
10a45da680
commit
6b751d1b44
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 |
|
@ -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()
|
||||
}
|
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue