Fixed image loading in HoneyManga (#7186)
This commit is contained in:
parent
15f07bd2bd
commit
23d3d70961
|
@ -1,7 +1,7 @@
|
||||||
ext {
|
ext {
|
||||||
extName = 'HoneyManga'
|
extName = 'HoneyManga'
|
||||||
extClass = '.HoneyManga'
|
extClass = '.HoneyManga'
|
||||||
extVersionCode = 2
|
extVersionCode = 3
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -174,7 +174,7 @@ class HoneyManga : HttpSource() {
|
||||||
|
|
||||||
private const val SEARCH_API_URL = "https://search.api.honey-manga.com.ua"
|
private const val SEARCH_API_URL = "https://search.api.honey-manga.com.ua"
|
||||||
|
|
||||||
private const val IMAGE_STORAGE_URL = "https://manga-storage.fra1.digitaloceanspaces.com/public-resources"
|
private const val IMAGE_STORAGE_URL = "https://hmvolumestorage.b-cdn.net/public-resources"
|
||||||
|
|
||||||
private const val DEFAULT_PAGE_SIZE = 30
|
private const val DEFAULT_PAGE_SIZE = 30
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue