FlameScans: fix some issue, add icons (#6218)

move to WP MangaReader
add icons
This commit is contained in:
Riztard Lanthorn 2021-03-20 00:07:59 +07:00 committed by GitHub
parent 77bd913513
commit 656410628f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -1,11 +1,11 @@
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.multisrc.wpmangareader.WPMangaReader
import okhttp3.OkHttpClient
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)
override val client: OkHttpClient = network.cloudflareClient.newBuilder()

View File

@ -19,6 +19,7 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
SingleLang("Sekaikomik", "https://www.sekaikomik.com", "id", true),
SingleLang("TurkToon", "https://turktoon.com", "tr"),
SingleLang("Gecenin Lordu", "https://geceninlordu.com/", "tr", overrideVersionCode = 1),
SingleLang("Flame Scans", "http://flamescans.org", "en", overrideVersionCode = 1),
)
companion object {

View File

@ -19,7 +19,6 @@ class WPMangaStreamGenerator : ThemeSourceGenerator {
SingleLang("MasterKomik", "https://masterkomik.com", "id"),
SingleLang("Kaisar Komik", "https://kaisarkomik.com", "id"),
SingleLang("Rawkuma", "https://rawkuma.com/", "ja"),
SingleLang("Flame Scans", "http://flamescans.org", "en"),
SingleLang("MangaP", "https://mangap.me", "ar"),
SingleLang("Boosei", "https://boosei.com", "id"),
SingleLang("Mangakyo", "https://www.mangakyo.me", "id"),