Update URL domain for various french extensions (#13217)

This commit is contained in:
KirinRaikage 2022-08-27 15:23:17 +02:00 committed by GitHub
parent 97d48bdc3d
commit f9be7e397c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -42,7 +42,7 @@ class MMRCMSSources {
SourceData.Single("Fallen Angels", "https://manga.fascans.com", "en", overrideVersionCode = 2),
SourceData.Single("Zahard", "https://zahard.xyz", "en", overrideVersionCode = 2),
SourceData.Single("Manhwas Men", "https://manhwas.men", "en", isNsfw = true, overrideVersionCode = 1),
SourceData.Single("Scan FR", "https://www.scan-fr.cc", "fr", overrideVersionCode = 1),
SourceData.Single("Scan FR", "https://www.scan-fr.org", "fr", overrideVersionCode = 2),
SourceData.Single("Scan VF", "https://www.scan-vf.net", "fr", overrideVersionCode = 1),
SourceData.Single("Scan OP", "https://scan-op.cc", "fr"),
SourceData.Single("Komikid", "https://www.komikid.com", "id"),
@ -55,7 +55,7 @@ class MMRCMSSources {
SourceData.Single("Phoenix-Scans", "https://phoenix-scans.pl", "pl", className = "PhoenixScans", overrideVersionCode = 1),
SourceData.Single("Puzzmos", "https://puzzmos.com", "tr", overrideVersionCode = 1),
SourceData.Single("Scan-1", "https://wwv.scan-1.com", "fr", className = "ScanOne", overrideVersionCode = 1),
SourceData.Single("Lelscan-VF", "https://lelscan-vf.co", "fr", className = "LelscanVF"),
SourceData.Single("Lelscan-VF", "https://lelscanvf.com", "fr", className = "LelscanVF", overrideVersionCode = 1),
SourceData.Single("Mangazuki Raws", "https://raws.mangazuki.co", "ko", overrideVersionCode = 1),
SourceData.Single("Mangazuki", "https://mangazuki.co", "en", overrideVersionCode = 1),
SourceData.Single("AnimaRegia", "https://animaregia.net", "pt-BR", overrideVersionCode = 4),
@ -63,7 +63,7 @@ class MMRCMSSources {
SourceData.Single("MangaID", "https://mangaid.click", "id", overrideVersionCode = 1),
SourceData.Single("Jpmangas", "https://jpmangas.cc", "fr", overrideVersionCode = 1),
SourceData.Single("Op-VF", "https://www.op-vf.com", "fr", className = "OpVF"),
SourceData.Single("FR Scan", "https://frscan.cc", "fr", overrideVersionCode = 1),
SourceData.Single("FR Scan", "https://frscan.ws", "fr", overrideVersionCode = 2),
SourceData.Single("Ama Scans", "https://amascan.com", "pt-BR", isNsfw = true, overrideVersionCode = 2),
SourceData.Single("Gekkou Scans", "https://gekkou.com.br", "pt-BR", isNsfw = true, pkgName = "gekkouscan", overrideVersionCode = 12),
SourceData.Single("Gekkou Hentai", "https://hentai.gekkouscans.com.br", "pt-BR", isNsfw = true),

File diff suppressed because one or more lines are too long