* baseUrl : "https://scantrad.fr" -> "https://scantrad.net"

* Update version
This commit is contained in:
o01210o 2020-12-25 15:25:35 -05:00 committed by GitHub
parent e5125f90d6
commit ae0aad3c1f
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 = 'Scantrad'
pkgNameSuffix = 'fr.scantrad'
extClass = '.Scantrad'
extVersionCode = 6
extVersionCode = 7
libVersion = '1.2'
}

View File

@ -23,7 +23,7 @@ class Scantrad : ParsedHttpSource() {
override val name = "Scantrad"
override val baseUrl = "https://scantrad.fr"
override val baseUrl = "https://scantrad.net"
override val lang = "fr"