[RU] Henchan - Change url (#13289)

This commit is contained in:
Maxim Molochkov 2022-09-01 00:48:07 +04:00 committed by GitHub
parent f80dab6f73
commit 856b78ced4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ import java.text.SimpleDateFormat
import java.util.Date import java.util.Date
import java.util.Locale import java.util.Locale
class HenChan : MultiChan("HenChan", "https://y.hentaichan.live", "ru") { class HenChan : MultiChan("HenChan", "https://hchan.live", "ru") {
override val id: Long = 5504588601186153612 override val id: Long = 5504588601186153612

View File

@ -9,11 +9,11 @@ class ChanGenerator : ThemeSourceGenerator {
override val themeClass = "MultiChan" override val themeClass = "MultiChan"
override val baseVersionCode: Int = 2 override val baseVersionCode = 2
override val sources = listOf( override val sources = listOf(
SingleLang("MangaChan", "https://manga-chan.me", "ru", overrideVersionCode = 14), SingleLang("MangaChan", "https://manga-chan.me", "ru", overrideVersionCode = 14),
SingleLang("HenChan", "https://y.hentaichan.live", "ru", isNsfw = true, overrideVersionCode = 35), SingleLang("HenChan", "https://hchan.live", "ru", isNsfw = true, overrideVersionCode = 36),
SingleLang("YaoiChan", "https://yaoi-chan.me", "ru", isNsfw = true, overrideVersionCode = 4) SingleLang("YaoiChan", "https://yaoi-chan.me", "ru", isNsfw = true, overrideVersionCode = 4)
) )