aboutsummaryrefslogtreecommitdiff
path: root/plugins/Pornhub.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Pornhub.hpp')
-rw-r--r--plugins/Pornhub.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Pornhub.hpp b/plugins/Pornhub.hpp
index 195845f..b058bbe 100644
--- a/plugins/Pornhub.hpp
+++ b/plugins/Pornhub.hpp
@@ -9,6 +9,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;
};