FR-Scan: Update baseUrl to fix search (#17621)

Update baseUrl to fix search
This commit is contained in:
KirinRaikage 2023-08-23 18:03:44 +02:00 committed by GitHub
parent 8c22ee649b
commit cb65d3bb4e
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.text.SimpleDateFormat
import java.util.Locale import java.util.Locale
class FRScan : Madara("FR-Scan", "https://fr-scan.com", "fr", dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale.FRANCE)) class FRScan : Madara("FR-Scan", "https://fr-scan.cc", "fr", dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale.FRANCE))

View File

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