FlameScans: fix some issue, add icons (#6218)
move to WP MangaReader add icons
This commit is contained in:
parent
77bd913513
commit
656410628f
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
implementation project(':lib-ratelimit')
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Binary file not shown.
After Width: | Height: | Size: 92 KiB |
|
@ -1,11 +1,11 @@
|
||||||
package eu.kanade.tachiyomi.extension.en.flamescans
|
package eu.kanade.tachiyomi.extension.en.flamescans
|
||||||
|
|
||||||
import eu.kanade.tachiyomi.multisrc.wpmangastream.WPMangaStream
|
|
||||||
import eu.kanade.tachiyomi.lib.ratelimit.RateLimitInterceptor
|
import eu.kanade.tachiyomi.lib.ratelimit.RateLimitInterceptor
|
||||||
|
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 : WPMangaStream("Flame Scans", "http://flamescans.org", "en") {
|
class FlameScans : WPMangaReader("Flame Scans", "http://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()
|
|
@ -19,6 +19,7 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
|
||||||
SingleLang("Sekaikomik", "https://www.sekaikomik.com", "id", true),
|
SingleLang("Sekaikomik", "https://www.sekaikomik.com", "id", true),
|
||||||
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),
|
||||||
)
|
)
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
|
|
|
@ -19,7 +19,6 @@ class WPMangaStreamGenerator : ThemeSourceGenerator {
|
||||||
SingleLang("MasterKomik", "https://masterkomik.com", "id"),
|
SingleLang("MasterKomik", "https://masterkomik.com", "id"),
|
||||||
SingleLang("Kaisar Komik", "https://kaisarkomik.com", "id"),
|
SingleLang("Kaisar Komik", "https://kaisarkomik.com", "id"),
|
||||||
SingleLang("Rawkuma", "https://rawkuma.com/", "ja"),
|
SingleLang("Rawkuma", "https://rawkuma.com/", "ja"),
|
||||||
SingleLang("Flame Scans", "http://flamescans.org", "en"),
|
|
||||||
SingleLang("MangaP", "https://mangap.me", "ar"),
|
SingleLang("MangaP", "https://mangap.me", "ar"),
|
||||||
SingleLang("Boosei", "https://boosei.com", "id"),
|
SingleLang("Boosei", "https://boosei.com", "id"),
|
||||||
SingleLang("Mangakyo", "https://www.mangakyo.me", "id"),
|
SingleLang("Mangakyo", "https://www.mangakyo.me", "id"),
|
||||||
|
|
Loading…
Reference in New Issue