Update CS to their new URL. (#14066)
This commit is contained in:
parent
b8d7a9dd6e
commit
30d7df5ef2
|
@ -9,12 +9,14 @@ import java.util.concurrent.TimeUnit
|
|||
|
||||
class CeriseScans : Madara(
|
||||
"Cerise Scans",
|
||||
"https://cerisescans.com",
|
||||
"https://cerisescan.com",
|
||||
"pt-BR",
|
||||
SimpleDateFormat("dd 'de' MMMMM 'de' yyyy", Locale("pt", "BR"))
|
||||
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR"))
|
||||
) {
|
||||
|
||||
override val client: OkHttpClient = super.client.newBuilder()
|
||||
.rateLimit(1, 2, TimeUnit.SECONDS)
|
||||
.build()
|
||||
|
||||
override val useNewChapterEndpoint = true
|
||||
}
|
||||
|
|
|
@ -63,7 +63,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
|||
SingleLang("CAT-translator", "https://cats-translator.com/manga", "th", className = "CatTranslator", overrideVersionCode = 2),
|
||||
SingleLang("Cat300", "https://cat300.com", "th", isNsfw = true, className = "Cat300", overrideVersionCode = 1),
|
||||
SingleLang("CatOnHeadTranslations", "https://catonhead.com", "en", overrideVersionCode = 2),
|
||||
SingleLang("Cerise Scans", "https://cerisescans.com", "pt-BR", overrideVersionCode = 2),
|
||||
SingleLang("Cerise Scans", "https://cerisescan.com", "pt-BR", overrideVersionCode = 3),
|
||||
SingleLang("Chibi Manga", "https://www.cmreader.info", "en", overrideVersionCode = 1),
|
||||
SingleLang("Clover Manga", "https://clover-manga.com", "tr", overrideVersionCode = 2),
|
||||
SingleLang("Coffee Manga", "https://coffeemanga.com", "en"),
|
||||
|
|
Loading…
Reference in New Issue