Walpurgi Scans: Update Domain and Name (#11074)

* Revert "Walpurgis Scan update domain (#10605)"

This reverts commit 82d622001b.

* Update Version

* Fix name

* Update Name
This commit is contained in:
jopejoe1 2022-03-11 12:40:08 +13:00 committed by GitHub
parent f58d907ca8
commit a3e6979515
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -4,4 +4,6 @@ import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class WalpurgisScan : Madara("Walpurgis Scan", "https://walpurgiscan.it", "it", SimpleDateFormat("dd MMMMM yyyy", Locale("it")))
class WalpurgisScan : Madara("Walpurgi Scan", "https://walpurgiscan.altervista.org", "it", SimpleDateFormat("dd MMMMM yyyy", Locale("it"))) {
override val id = 6566957355096372149
}

View File

@ -436,7 +436,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.it", "it", overrideVersionCode = 1),
SingleLang("Walpurgi Scan", "https://walpurgiscan.altervista.org", "it", overrideVersionCode = 2, className = "WalpurgisScan", pkgName = "walpurgisscan"),
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),