Update UnionMangas with their new URL (#1499)
Update UnionMangas with their new URL
This commit is contained in:
parent
9857c1941a
commit
5c4193063b
|
@ -5,7 +5,7 @@ ext {
|
||||||
appName = 'Tachiyomi: Union Mangás'
|
appName = 'Tachiyomi: Union Mangás'
|
||||||
pkgNameSuffix = 'pt.unionmangas'
|
pkgNameSuffix = 'pt.unionmangas'
|
||||||
extClass = '.UnionMangas'
|
extClass = '.UnionMangas'
|
||||||
extVersionCode = 7
|
extVersionCode = 8
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ class UnionMangas : ParsedHttpSource() {
|
||||||
|
|
||||||
override val name = "Union Mangás"
|
override val name = "Union Mangás"
|
||||||
|
|
||||||
override val baseUrl = "https://unionmangas.top"
|
override val baseUrl = "https://unionleitor.top"
|
||||||
|
|
||||||
override val lang = "pt"
|
override val lang = "pt"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue