FR-Scan: Update domain (#18581)

This commit is contained in:
KirinRaikage 2023-10-17 00:18:49 +02:00 committed by GitHub
parent 673af3b8a6
commit 2c266b8da6
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 FRScan : Madara("FR-Scan", "https://fr-scan.cc", "fr", dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale.FRANCE))
class FRScan : Madara("FR-Scan", "https://fr-scan.com", "fr", dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale.FRANCE))

View File

@ -108,7 +108,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Flex Tape Scans", "https://flextapescans.com", "en", isNsfw = true),
SingleLang("Flower Manga", "https://flowermanga.com", "pt-BR"),
SingleLang("Fox White", "https://foxwhite.com.br", "pt-BR"),
SingleLang("FR-Scan", "https://fr-scan.cc", "fr", pkgName = "frdashscan", className = "FRScan", overrideVersionCode = 2),
SingleLang("FR-Scan", "https://fr-scan.com", "fr", pkgName = "frdashscan", className = "FRScan", overrideVersionCode = 3),
SingleLang("Free Manga", "https://freemanga.me", "en", isNsfw = true, overrideVersionCode = 3),
SingleLang("Free Manhwa", "https://manhwas.com", "en", isNsfw = false),
SingleLang("FreeMangaTop", "https://freemangatop.com", "en", overrideVersionCode = 2),