aboutsummaryrefslogtreecommitdiff
path: root/plugins/Mangatown.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Mangatown.hpp')
-rw-r--r--plugins/Mangatown.hpp1
1 files changed, 1 insertions, 0 deletions
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<Tab> &result_tabs) override;
private:
bool extract_id_from_url(const std::string &url, std::string &manga_id) const;