Update LiebeSchneeHiver.kt (#10177)
* Update LiebeSchneeHiver.kt #10152 bug :: Website change (Liebe Schnee Hiver) New adress is https://lshistoria.com/ * Update WPMangaStreamGenerator.kt #10152 bug :: Website change (Liebe Schnee Hiver) New adress is https://lshistoria.com/ * Update LiebeSchneeHiver.kt * Update WPMangaStreamGenerator.kt Liebe Schnee Hiver, overrideVersionCode = 1
This commit is contained in:
parent
bb21136b27
commit
6b9b581d8d
|
@ -9,7 +9,7 @@ import java.util.concurrent.TimeUnit
|
|||
|
||||
class LiebeSchneeHiver : WPMangaStream(
|
||||
"Liebe Schnee Hiver",
|
||||
"https://www.liebeschneehiver.com",
|
||||
"https://lshistoria.com",
|
||||
"tr",
|
||||
SimpleDateFormat("MMMM dd, yyyy", Locale.forLanguageTag("tr"))
|
||||
) {
|
||||
|
|
|
@ -28,7 +28,7 @@ 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://www.liebeschneehiver.com", "tr"),
|
||||
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", "https://sheamanga.my.id", "id", overrideVersionCode = 1),
|
||||
|
|
Loading…
Reference in New Issue