mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2025-01-31 20:01:42 +01:00
Fixed image loading in HoneyManga (#7186)
This commit is contained in:
parent
113c0aa523
commit
f34789de3e
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = 'HoneyManga'
|
||||
extClass = '.HoneyManga'
|
||||
extVersionCode = 2
|
||||
extVersionCode = 3
|
||||
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 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user