FR-Scan: Update baseUrl to fix search (#17621)
Update baseUrl to fix search
This commit is contained in:
parent
8c22ee649b
commit
cb65d3bb4e
|
@ -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))
|
||||||
|
|
|
@ -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),
|
||||||
|
|
Loading…
Reference in New Issue