Update YM to their new domain (again) (#17530)
Update YM to their new domain (again).
This commit is contained in:
parent
40cb44d3e8
commit
ef58b57c65
|
@ -22,7 +22,7 @@ import java.util.concurrent.TimeUnit
|
||||||
class YugenMangas :
|
class YugenMangas :
|
||||||
HeanCms(
|
HeanCms(
|
||||||
"YugenMangas",
|
"YugenMangas",
|
||||||
"https://yugenmangas.net",
|
"https://yugenmangas.lat",
|
||||||
"es",
|
"es",
|
||||||
"https://api.yugenmangas.net",
|
"https://api.yugenmangas.net",
|
||||||
) {
|
) {
|
||||||
|
|
|
@ -15,7 +15,7 @@ class HeanCmsGenerator : ThemeSourceGenerator {
|
||||||
SingleLang("Glorious Scan", "https://gloriousscan.com", "pt-BR", overrideVersionCode = 17),
|
SingleLang("Glorious Scan", "https://gloriousscan.com", "pt-BR", overrideVersionCode = 17),
|
||||||
SingleLang("Omega Scans", "https://omegascans.org", "en", isNsfw = true, overrideVersionCode = 17),
|
SingleLang("Omega Scans", "https://omegascans.org", "en", isNsfw = true, overrideVersionCode = 17),
|
||||||
SingleLang("Reaper Scans", "https://reaperscans.net", "pt-BR", overrideVersionCode = 36),
|
SingleLang("Reaper Scans", "https://reaperscans.net", "pt-BR", overrideVersionCode = 36),
|
||||||
SingleLang("YugenMangas", "https://yugenmangas.net", "es", isNsfw = true, overrideVersionCode = 6),
|
SingleLang("YugenMangas", "https://yugenmangas.lat", "es", isNsfw = true, overrideVersionCode = 7),
|
||||||
)
|
)
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
|
|
Loading…
Reference in New Issue