New Source: Queen Scans (#17263)

Queen Scans
This commit is contained in:
AwkwardPeak7 2023-07-26 20:30:13 +05:00 committed by GitHub
parent 17f6640380
commit 8f895cc202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 11 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 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: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

View File

@ -0,0 +1,10 @@
package eu.kanade.tachiyomi.extension.en.queenscans
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import eu.kanade.tachiyomi.network.interceptor.rateLimit
class QueenScans : MangaThemesia("Queen Scans", "https://queenscans.com", "en", "/comics") {
override val client = super.client.newBuilder()
.rateLimit(2)
.build()
}

View File

@ -100,6 +100,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
SingleLang("PhenixScans", "https://phenixscans.fr", "fr", className = "PhenixScans", overrideVersionCode = 1),
SingleLang("Pi Scans", "https://piscans.in", "id", overrideVersionCode = 1),
SingleLang("PMScans", "https://rackusreads.com", "en", overrideVersionCode = 3),
SingleLang("Queen Scans", "https://queenscans.com", "en"),
SingleLang("Raiki Scan", "https://raikiscan.com", "es"),
SingleLang("Raven Scans", "https://ravenscans.com", "en", overrideVersionCode = 1),
SingleLang("Rawkuma", "https://rawkuma.com/", "ja"),