Update WQS URL (closes #9920). (#9946)

This commit is contained in:
Alessandro Jean 2021-11-28 13:15:05 -03:00 committed by GitHub
parent 79974bc635
commit 54b055d5b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 4 deletions

View File

@ -20,5 +20,4 @@ class DisasterScans : Madara("Disaster Scans", "https://disasterscans.com", "en"
}
override val useNewChapterEndpoint: Boolean = true
}

View File

@ -9,9 +9,9 @@ import java.util.concurrent.TimeUnit
class WarQueenScan : Madara(
"War Queen Scan",
"https://wqscan.com.br",
"https://wqscan.com",
"pt-BR",
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR"))
SimpleDateFormat("yyyy-MM-dd", Locale("pt", "BR"))
) {
override val client: OkHttpClient = super.client.newBuilder()

View File

@ -395,7 +395,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Volkan Scans", "https://volkanscans.com", "en", overrideVersionCode = 1),
SingleLang("Wakamics", "https://wakamics.net", "en"),
SingleLang("Wakascan", "https://wakascan.com", "fr", overrideVersionCode = 1),
SingleLang("War Queen Scan", "https://wqscan.com.br", "pt-BR", overrideVersionCode = 5),
SingleLang("War Queen Scan", "https://wqscan.com", "pt-BR", overrideVersionCode = 6),
SingleLang("WD Scans (Wicked Dragon Scans)", "https://wdscans.com", "en", className = "WDScans"),
SingleLang("WebNovel", "https://webnovel.live", "en", className = "WebNovelLive", overrideVersionCode = 3),
SingleLang("WebToon18", "http://webtoon18.net", "en", isNsfw = true, overrideVersionCode = 2),