Update FB to their new URL. (#12880)

This commit is contained in:
Alessandro Jean 2022-08-06 18:31:55 -03:00 committed by GitHub
parent f240f38d8d
commit 46b6ecf579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -13,9 +13,9 @@ import java.util.concurrent.TimeUnit
class FleurBlanche : Madara(
"Fleur Blanche",
"https://fbsquadz.com",
"https://fbsquads.com",
"pt-BR",
SimpleDateFormat("MMMMM dd, yyyy", Locale("pt", "BR"))
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR"))
) {
override val client: OkHttpClient = super.client.newBuilder()

View File

@ -109,7 +109,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("FastManhwa", "https://fastmanhwa.net", "en", isNsfw = true, overrideVersionCode = 2),
SingleLang("Final Scans", "https://finalscans.com", "pt-BR", isNsfw = true, overrideVersionCode = 1),
SingleLang("Fiz Manga", "https://fizmanga.com", "en"),
SingleLang("Fleur Blanche", "https://fbsquadz.com", "pt-BR", isNsfw = true, overrideVersionCode = 1),
SingleLang("Fleur Blanche", "https://fbsquads.com", "pt-BR", isNsfw = true, overrideVersionCode = 2),
SingleLang("Flex Tape Scans", "https://flextapescans.com", "en", isNsfw = true),
SingleLang("Fox White", "https://foxwhite.com.br", "pt-BR"),
SingleLang("Free Manga", "https://freemanga.me", "en", isNsfw = true, overrideVersionCode = 3),