From 89c41c1488854858e02ff6bd48a6518161fa05a5 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 22 Nov 2022 01:44:39 +0100 Subject: Allow launching directly into 4chan thread --- plugins/Fourchan.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/Fourchan.hpp') diff --git a/plugins/Fourchan.hpp b/plugins/Fourchan.hpp index 83fb293..51fe880 100644 --- a/plugins/Fourchan.hpp +++ b/plugins/Fourchan.hpp @@ -60,6 +60,8 @@ namespace QuickMedia { FourchanThreadPage(Program *program, std::string board_id, std::string thread_id, std::string pass_id) : ImageBoardThreadPage(program, std::move(board_id), std::move(thread_id)), pass_id(std::move(pass_id)) {} + PluginResult lazy_fetch(BodyItems &result_items) override; + PostResult post_comment(const std::string &captcha_id, const std::string &captcha_solution, const std::string &comment, const std::string &filepath = "") override; const std::string& get_pass_id() override; PluginResult request_captcha_challenge(ImageBoardCaptchaChallenge &challenge_response) override; -- cgit v1.2.3