Update domain for Ozul Scans (#17872)

This commit is contained in:
Vetle Ledaal 2023-09-10 18:44:49 +00:00 committed by GitHub
parent 124c392b92
commit 7c194716b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import java.util.Locale
class OzulScans : MangaThemesia( class OzulScans : MangaThemesia(
"Ozul Scans", "Ozul Scans",
"https://ozulscans.com", "https://ozulscans.xyz",
"ar", "ar",
dateFormat = SimpleDateFormat("MMM d, yyy", Locale("ar")), dateFormat = SimpleDateFormat("MMM d, yyy", Locale("ar")),
) )

View File

@ -98,7 +98,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
SingleLang("Noromax", "https://noromax.my.id", "id"), SingleLang("Noromax", "https://noromax.my.id", "id"),
SingleLang("OPSCANS", "https://opscans.com", "all"), SingleLang("OPSCANS", "https://opscans.com", "all"),
SingleLang("Origami Orpheans", "https://origami-orpheans.com.br", "pt-BR", overrideVersionCode = 9), SingleLang("Origami Orpheans", "https://origami-orpheans.com.br", "pt-BR", overrideVersionCode = 9),
SingleLang("Ozul Scans", "https://ozulscans.com", "ar"), SingleLang("Ozul Scans", "https://ozulscans.xyz", "ar", overrideVersionCode = 1),
SingleLang("Phantom Scans", "https://phantomscans.com", "en", overrideVersionCode = 1), SingleLang("Phantom Scans", "https://phantomscans.com", "en", overrideVersionCode = 1),
SingleLang("PhenixScans", "https://phenixscans.fr", "fr", className = "PhenixScans", overrideVersionCode = 1), SingleLang("PhenixScans", "https://phenixscans.fr", "fr", className = "PhenixScans", overrideVersionCode = 1),
SingleLang("Pi Scans", "https://piscans.in", "id", overrideVersionCode = 1), SingleLang("Pi Scans", "https://piscans.in", "id", overrideVersionCode = 1),