baseUrl : "https://scantrad.fr" -> "https://scantrad.net" (#5256)
* baseUrl : "https://scantrad.fr" -> "https://scantrad.net" * Update version
This commit is contained in:
parent
e5125f90d6
commit
ae0aad3c1f
|
@ -5,7 +5,7 @@ ext {
|
|||
extName = 'Scantrad'
|
||||
pkgNameSuffix = 'fr.scantrad'
|
||||
extClass = '.Scantrad'
|
||||
extVersionCode = 6
|
||||
extVersionCode = 7
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue