Walpurgis Scan update domain (#10605)
* Update WalpurgisScan.kt * Update MadaraGenerator.kt
This commit is contained in:
parent
1e0146eea0
commit
82d622001b
|
@ -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")))
|
||||
|
|
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue