Fix KomicGO loading (#6386)
* Fix KomicGO loading * Update version code
This commit is contained in:
parent
5e5cdf9418
commit
5bf4040719
|
@ -15,7 +15,7 @@ import eu.kanade.tachiyomi.lib.ratelimit.RateLimitInterceptor
|
||||||
import java.util.concurrent.TimeUnit
|
import java.util.concurrent.TimeUnit
|
||||||
import okhttp3.OkHttpClient
|
import okhttp3.OkHttpClient
|
||||||
|
|
||||||
class KomikGo : WPMangaStream("Komik GO", "https://komikgo.com", "id") {
|
class KomikGO : WPMangaStream("Komik GO", "https://komikgo.com", "id") {
|
||||||
// Formerly "Komik GO (WP Manga Stream)"
|
// Formerly "Komik GO (WP Manga Stream)"
|
||||||
override val id = 1070674823324721554
|
override val id = 1070674823324721554
|
||||||
|
|
|
@ -37,7 +37,7 @@ class WPMangaStreamGenerator : ThemeSourceGenerator {
|
||||||
SingleLang("Komik AV", "https://komikav.com", "id"),
|
SingleLang("Komik AV", "https://komikav.com", "id"),
|
||||||
SingleLang("Komik Cast", "https://komikcast.com", "id", overrideVersionCode = 3), // make it from v0 to v3 to force update user who still use old standalone ext, they will need to migrate
|
SingleLang("Komik Cast", "https://komikcast.com", "id", overrideVersionCode = 3), // make it from v0 to v3 to force update user who still use old standalone ext, they will need to migrate
|
||||||
SingleLang("West Manga", "https://westmanga.info", "id"),
|
SingleLang("West Manga", "https://westmanga.info", "id"),
|
||||||
SingleLang("Komik GO", "https://komikgo.com", "id"),
|
SingleLang("Komik GO", "https://komikgo.com", "id", overrideVersionCode = 1),
|
||||||
SingleLang("MangaSwat", "https://mangaswat.com", "ar"),
|
SingleLang("MangaSwat", "https://mangaswat.com", "ar"),
|
||||||
SingleLang("Manga Raw.org", "https://mangaraw.org", "ja", className = "MangaRawOrg", overrideVersionCode = 1),
|
SingleLang("Manga Raw.org", "https://mangaraw.org", "ja", className = "MangaRawOrg", overrideVersionCode = 1),
|
||||||
SingleLang("Matakomik", "https://matakomik.com", "id"),
|
SingleLang("Matakomik", "https://matakomik.com", "id"),
|
||||||
|
|
Loading…
Reference in New Issue