Update domain for Ozul Scans (#17872)
This commit is contained in:
parent
124c392b92
commit
7c194716b5
|
@ -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")),
|
||||||
)
|
)
|
||||||
|
|
|
@ -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),
|
||||||
|
|
Loading…
Reference in New Issue