Remove Liebe Schnee Hiver (#10592)

* Update WPMangaStreamGenerator.kt

* Delete multisrc/overrides/wpmangastream/liebeschneehiver directory
This commit is contained in:
jopejoe1 2022-01-30 00:29:39 +13:00 committed by GitHub
parent 121b012a34
commit 1be17f1547
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 0 additions and 24 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 258 KiB

View File

@ -1,23 +0,0 @@
package eu.kanade.tachiyomi.extension.tr.liebeschneehiver
import eu.kanade.tachiyomi.lib.ratelimit.RateLimitInterceptor
import eu.kanade.tachiyomi.multisrc.wpmangastream.WPMangaStream
import okhttp3.OkHttpClient
import java.text.SimpleDateFormat
import java.util.Locale
import java.util.concurrent.TimeUnit
class LiebeSchneeHiver : WPMangaStream(
"Liebe Schnee Hiver",
"https://lshistoria.com",
"tr",
SimpleDateFormat("MMMM dd, yyyy", Locale.forLanguageTag("tr"))
) {
private val rateLimitInterceptor = RateLimitInterceptor(4)
override val client: OkHttpClient = network.cloudflareClient.newBuilder()
.connectTimeout(10, TimeUnit.SECONDS)
.readTimeout(30, TimeUnit.SECONDS)
.addNetworkInterceptor(rateLimitInterceptor)
.build()
}

View File

@ -28,7 +28,6 @@ class WPMangaStreamGenerator : ThemeSourceGenerator {
SingleLang("KomikIndo.co", "https://komikindo.co", "id", className = "KomikindoCo", overrideVersionCode = 3),
SingleLang("Readkomik", "https://readkomik.com", "en", className = "ReadKomik", overrideVersionCode = 1),
SingleLang("MangaIndonesia", "https://mangaindonesia.net", "id"),
SingleLang("Liebe Schnee Hiver", "https://lshistoria.com", "tr", overrideVersionCode = 1),
SingleLang("GoGoManga", "https://gogomanga.org", "en"),
SingleLang("GURU Komik", "https://gurukomik.com", "id"),
SingleLang("Shea Manga", "http://sheamanga.my.id", "id", overrideVersionCode = 2),