Fix japscan baseUrl (#7132)

* Fix japscan baseUrl

* Update build.gradle
This commit is contained in:
Abdennour Alem 2021-05-21 14:39:21 +02:00 committed by GitHub
parent aeae87d57f
commit d2bf29c960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Japscan'
pkgNameSuffix = 'fr.japscan'
extClass = '.Japscan'
extVersionCode = 26
extVersionCode = 27
libVersion = '1.2'
}

View File

@ -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"