From fd4e8cdc9449dbb0224a1a41ef0561f50012d405 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 19 Oct 2020 03:12:31 +0200 Subject: Add pagination to ph and mangatown --- plugins/Mangatown.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/Mangatown.hpp') diff --git a/plugins/Mangatown.hpp b/plugins/Mangatown.hpp index c85b5b7..151b4c2 100644 --- a/plugins/Mangatown.hpp +++ b/plugins/Mangatown.hpp @@ -10,6 +10,7 @@ namespace QuickMedia { const char* get_title() const override { return "All"; } bool search_is_filter() override { return false; } SearchResult search(const std::string &str, BodyItems &result_items) override; + PluginResult get_page(const std::string &str, int page, BodyItems &result_items) override; PluginResult submit(const std::string &title, const std::string &url, std::vector &result_tabs) override; private: bool extract_id_from_url(const std::string &url, std::string &manga_id) const; -- cgit v1.2.3