[HoneyManga] Change search url

pull/250/head
CakesTwix 3 years ago
parent 2f7e704e21
commit 61f2a499da
No known key found for this signature in database
GPG Key ID: 7B11051D5CE19825

@ -31,7 +31,7 @@ class HoneyMangaParser(context: MangaLoaderContext) : PagedMangaParser(context,
private val chapterApi get() = "$urlApi/v2/chapter/cursor-list" private val chapterApi get() = "$urlApi/v2/chapter/cursor-list"
private val genresListApi get() = "$urlApi/genres-tags/genres-list" private val genresListApi get() = "$urlApi/genres-tags/genres-list"
private val framesApi get() = "$urlApi/chapter/frames" private val framesApi get() = "$urlApi/chapter/frames"
private val searchApi get() = "https://search.api.$domain/api/v1/title/search-matching?query=" private val searchApi get() = "https://search.api.$domain/v2/manga/pattern?query="
private val imageStorageUrl = "https://manga-storage.fra1.digitaloceanspaces.com/public-resources" private val imageStorageUrl = "https://manga-storage.fra1.digitaloceanspaces.com/public-resources"

Loading…
Cancel
Save