|
|
|
@ -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"
|
|
|
|
|
|
|
|
|
|
|
|
|