Flame Scans: http -> https (#7004)
This commit is contained in:
parent
ea8c9de614
commit
830f0c8c33
|
@ -5,7 +5,7 @@ import eu.kanade.tachiyomi.multisrc.wpmangareader.WPMangaReader
|
||||||
import okhttp3.OkHttpClient
|
import okhttp3.OkHttpClient
|
||||||
import java.util.concurrent.TimeUnit
|
import java.util.concurrent.TimeUnit
|
||||||
|
|
||||||
class FlameScans : WPMangaReader("Flame Scans", "http://flamescans.org", "en", "/series") {
|
class FlameScans : WPMangaReader("Flame Scans", "https://flamescans.org", "en", "/series") {
|
||||||
private val rateLimitInterceptor = RateLimitInterceptor(4)
|
private val rateLimitInterceptor = RateLimitInterceptor(4)
|
||||||
|
|
||||||
override val client: OkHttpClient = network.cloudflareClient.newBuilder()
|
override val client: OkHttpClient = network.cloudflareClient.newBuilder()
|
||||||
|
|
|
@ -20,7 +20,7 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
|
||||||
SingleLang("Davey Scans", "https://daveyscans.com/", "id"),
|
SingleLang("Davey Scans", "https://daveyscans.com/", "id"),
|
||||||
SingleLang("TurkToon", "https://turktoon.com", "tr"),
|
SingleLang("TurkToon", "https://turktoon.com", "tr"),
|
||||||
SingleLang("Gecenin Lordu", "https://geceninlordu.com/", "tr", overrideVersionCode = 1),
|
SingleLang("Gecenin Lordu", "https://geceninlordu.com/", "tr", overrideVersionCode = 1),
|
||||||
SingleLang("Flame Scans", "http://flamescans.org", "en", overrideVersionCode = 1),
|
SingleLang("Flame Scans", "https://flamescans.org", "en", overrideVersionCode = 2),
|
||||||
SingleLang("A Pair of 2+", "https://pairof2.com", "en", className = "APairOf2"),
|
SingleLang("A Pair of 2+", "https://pairof2.com", "en", className = "APairOf2"),
|
||||||
SingleLang("PMScans", "https://reader.pmscans.com", "en"),
|
SingleLang("PMScans", "https://reader.pmscans.com", "en"),
|
||||||
SingleLang("Skull Scans", "https://www.skullscans.com", "en"),
|
SingleLang("Skull Scans", "https://www.skullscans.com", "en"),
|
||||||
|
|
Loading…
Reference in New Issue