Update Union Mangas with their new domain (#333)

* Update baseUrl to match the source's current domain

* Update build.gradle

* Added Union Mangás icon
This commit is contained in:
Matheus Gritz 2018-06-01 16:03:25 -03:00 committed by Carlos
parent 42f5f9e957
commit 306883df6a
8 changed files with 5 additions and 5 deletions

View File

@ -5,8 +5,8 @@ ext {
appName = 'Tachiyomi: Union Mangás'
pkgNameSuffix = 'pt.unionmangas'
extClass = '.UnionMangas'
extVersionCode = 1
extVersionSuffix = 1
extVersionCode = 2
extVersionSuffix = 2
libVersion = '1.2'
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

View File

@ -16,7 +16,7 @@ class UnionMangas : ParsedHttpSource() {
override val name = "Union Mangás"
override val baseUrl = "http://unionmangas.cc"
override val baseUrl = "http://unionmangas.site"
override val lang = "pt"
@ -34,7 +34,7 @@ class UnionMangas : ParsedHttpSource() {
private val catalogHeaders = Headers.Builder().apply {
add("User-Agent", "Mozilla/5.0 (Windows NT 6.3; WOW64)")
add("Host", "unionmangas.cc")
add("Host", "unionmangas.site")
add("Referer", baseUrl)
}.build()