Walpurgi Scan: update url (#18602)

* Walpurgi Scan: update url

Closes #17328

* update version
This commit is contained in:
Luqman 2023-10-18 07:36:52 +07:00 committed by GitHub
parent 1aeb7b0225
commit 4120df92be
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,6 +4,6 @@ import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat import java.text.SimpleDateFormat
import java.util.Locale import java.util.Locale
class WalpurgisScan : MangaThemesia("Walpurgi Scan", "https://www.walpurgiscan.com", "it", dateFormat = SimpleDateFormat("MMM d, yyyy", Locale("it"))) { class WalpurgisScan : MangaThemesia("Walpurgi Scan", "https://www.walpurgiscan.it", "it", dateFormat = SimpleDateFormat("MMM d, yyyy", Locale("it"))) {
override val id = 6566957355096372149 override val id = 6566957355096372149
} }

View File

@ -144,7 +144,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
SingleLang("TukangKomik", "https://tukangkomik.id", "id", overrideVersionCode = 1), SingleLang("TukangKomik", "https://tukangkomik.id", "id", overrideVersionCode = 1),
SingleLang("TurkToon", "https://turktoon.com", "tr"), SingleLang("TurkToon", "https://turktoon.com", "tr"),
SingleLang("Uzay Manga", "https://uzaymanga.com", "tr", overrideVersionCode = 6), SingleLang("Uzay Manga", "https://uzaymanga.com", "tr", overrideVersionCode = 6),
SingleLang("Walpurgi Scan", "https://www.walpurgiscan.com", "it", overrideVersionCode = 6, className = "WalpurgisScan", pkgName = "walpurgisscan"), SingleLang("Walpurgi Scan", "https://www.walpurgiscan.it", "it", overrideVersionCode = 7, className = "WalpurgisScan", pkgName = "walpurgisscan"),
SingleLang("West Manga", "https://westmanga.info", "id", overrideVersionCode = 1), SingleLang("West Manga", "https://westmanga.info", "id", overrideVersionCode = 1),
SingleLang("World Romance Translation", "https://wrt.my.id", "id", overrideVersionCode = 11), SingleLang("World Romance Translation", "https://wrt.my.id", "id", overrideVersionCode = 11),
SingleLang("xCaliBR Scans", "https://xcalibrscans.com", "en", overrideVersionCode = 5), SingleLang("xCaliBR Scans", "https://xcalibrscans.com", "en", overrideVersionCode = 5),