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:
parent
42f5f9e957
commit
306883df6a
@ -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'
|
||||
}
|
||||
|
||||
|
BIN
src/pt/unionmangas/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/pt/unionmangas/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.6 KiB |
BIN
src/pt/unionmangas/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/pt/unionmangas/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
BIN
src/pt/unionmangas/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/pt/unionmangas/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.8 KiB |
BIN
src/pt/unionmangas/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/pt/unionmangas/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
src/pt/unionmangas/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/pt/unionmangas/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
BIN
src/pt/unionmangas/res/web_hi_res_512.png
Normal file
BIN
src/pt/unionmangas/res/web_hi_res_512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 101 KiB |
@ -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()
|
||||
|
||||
@ -161,4 +161,4 @@ class UnionMangas : ParsedHttpSource() {
|
||||
}
|
||||
|
||||
override fun imageUrlParse(document: Document) = ""
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user