Update VortexScans URL (#3327)
This commit is contained in:
parent
92bcce4f0d
commit
ed05461925
|
@ -1,7 +1,7 @@
|
||||||
ext {
|
ext {
|
||||||
extName = 'Vortex Scans'
|
extName = 'Vortex Scans'
|
||||||
extClass = '.VortexScans'
|
extClass = '.VortexScans'
|
||||||
extVersionCode = 32
|
extVersionCode = 33
|
||||||
isNsfw = false
|
isNsfw = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ class VortexScans : HttpSource() {
|
||||||
|
|
||||||
override val name = "Vortex Scans"
|
override val name = "Vortex Scans"
|
||||||
|
|
||||||
override val baseUrl = "https://vortexscans.com"
|
override val baseUrl = "https://vortexscans.org"
|
||||||
|
|
||||||
override val lang = "en"
|
override val lang = "en"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue