Update RS to their new URL. (#12882)

This commit is contained in:
Alessandro Jean 2022-08-06 18:32:16 -03:00 committed by GitHub
parent a0b6b47f71
commit 511eb5f157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ import java.util.concurrent.TimeUnit
class RandomScan : Madara( class RandomScan : Madara(
"Random Scan", "Random Scan",
"https://randomscan.online", "https://randomscans.com",
"pt-BR", "pt-BR",
SimpleDateFormat("dd 'de' MMMM 'de' yyyy", Locale("pt", "BR")) SimpleDateFormat("dd 'de' MMMM 'de' yyyy", Locale("pt", "BR"))
) { ) {

View File

@ -392,7 +392,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("RagnarokScan", "https://ragnarokscan.com", "es"), SingleLang("RagnarokScan", "https://ragnarokscan.com", "es"),
SingleLang("Ragnarok Scanlation", "https://ragnarokscanlation.com", "es", className = "RagnarokScanlation"), SingleLang("Ragnarok Scanlation", "https://ragnarokscanlation.com", "es", className = "RagnarokScanlation"),
SingleLang("Rainbow Fairy Scan", "https://rainbowfairyscan.com", "pt-BR"), SingleLang("Rainbow Fairy Scan", "https://rainbowfairyscan.com", "pt-BR"),
SingleLang("Random Scan", "https://randomscan.online", "pt-BR", overrideVersionCode = 4), SingleLang("Random Scan", "https://randomscans.com", "pt-BR", overrideVersionCode = 5),
SingleLang("Random Translations", "https://randomtranslations.com", "en", overrideVersionCode = 1), SingleLang("Random Translations", "https://randomtranslations.com", "en", overrideVersionCode = 1),
SingleLang("Raw Mangas", "https://rawmangas.net", "ja", isNsfw = true, overrideVersionCode = 2), SingleLang("Raw Mangas", "https://rawmangas.net", "ja", isNsfw = true, overrideVersionCode = 2),
SingleLang("RawDEX", "https://rawdex.net", "ko", isNsfw = true, overrideVersionCode = 1), SingleLang("RawDEX", "https://rawdex.net", "ko", isNsfw = true, overrideVersionCode = 1),