Fix japscan baseUrl (#7132)
* Fix japscan baseUrl * Update build.gradle
This commit is contained in:
parent
aeae87d57f
commit
d2bf29c960
|
@ -5,7 +5,7 @@ ext {
|
|||
extName = 'Japscan'
|
||||
pkgNameSuffix = 'fr.japscan'
|
||||
extClass = '.Japscan'
|
||||
extVersionCode = 26
|
||||
extVersionCode = 27
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@ class Japscan : ConfigurableSource, ParsedHttpSource() {
|
|||
|
||||
override val name = "Japscan"
|
||||
|
||||
override val baseUrl = "https://www.japscan.se"
|
||||
override val baseUrl = "https://www.japscan.ws"
|
||||
|
||||
override val lang = "fr"
|
||||
|
||||
|
|
Loading…
Reference in New Issue