Walpurgis Scan update domain (#10605)

* Update WalpurgisScan.kt

* Update MadaraGenerator.kt
This commit is contained in:
jopejoe1 2022-02-01 01:13:03 +13:00 committed by GitHub
parent 1e0146eea0
commit 82d622001b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@ import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class WalpurgisScan : Madara("Walpurgis Scan", "https://walpurgiscan.altervista.org", "it", SimpleDateFormat("dd MMMMM yyyy", Locale("it")))
class WalpurgisScan : Madara("Walpurgis Scan", "https://walpurgiscan.it", "it", SimpleDateFormat("dd MMMMM yyyy", Locale("it")))

View File

@ -431,7 +431,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("WD Scans (Wicked Dragon Scans)", "https://wdscans.com", "en", className = "WDScans"),
SingleLang("Wakamics", "https://wakamics.net", "en"),
SingleLang("Wakascan", "https://wakascan.com", "fr", overrideVersionCode = 1),
SingleLang("Walpurgis Scan", "https://walpurgiscan.altervista.org", "it"),
SingleLang("Walpurgis Scan", "https://walpurgiscan.it", "it", overrideVersionCode = 1),
SingleLang("War Queen Scan", "https://wqscan.com", "pt-BR", overrideVersionCode = 6),
SingleLang("WebNovel", "https://webnovel.live", "en", className = "WebNovelLive", overrideVersionCode = 3),
SingleLang("WebToon18", "http://webtoon18.net", "en", isNsfw = true, overrideVersionCode = 2),