Update URL of RS (#17775)

Update URL of RS.
This commit is contained in:
Alessandro Jean 2023-09-02 13:10:34 -03:00 committed by GitHub
parent 6e2e3ab648
commit 2f31081bb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -9,12 +9,14 @@ import java.util.concurrent.TimeUnit
class RandomScan : Madara(
"Random Scan",
"https://randomscans.com",
"https://randomscanlators.net",
"pt-BR",
SimpleDateFormat("dd 'de' MMMM 'de' yyyy", Locale("pt", "BR")),
SimpleDateFormat("MMMMM dd, yyyy", Locale("pt", "BR")),
) {
override val client: OkHttpClient = super.client.newBuilder()
.rateLimit(1, 2, TimeUnit.SECONDS)
.build()
override val useNewChapterEndpoint = true
}

View File

@ -413,7 +413,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("RagnarokScan", "https://ragnarokscan.com", "es", overrideVersionCode = 1),
SingleLang("Raijin Scans", "https://raijinscans.fr", "fr"),
SingleLang("Rainbow Fairy Scan", "https://rainbowfairyscan.com", "pt-BR"),
SingleLang("Random Scan", "https://randomscans.com", "pt-BR", overrideVersionCode = 5),
SingleLang("Random Scan", "https://randomscanlators.net", "pt-BR", overrideVersionCode = 6),
SingleLang("RawDEX", "https://rawdex.net", "ko", isNsfw = true, overrideVersionCode = 1),
SingleLang("ReadAdult", "https://readadult.net", "en", isNsfw = true, overrideVersionCode = 1),
SingleLang("ReaderGen", "https://fr.readergen.fr", "fr"),