From ae6fb457ca385540e0f9b1347ef9c3c84815b16d Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 3 Nov 2020 20:29:20 +0100 Subject: Youtube add channel page, fix search pagination (update to correct continuation token) --- plugins/Page.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/Page.hpp') diff --git a/plugins/Page.hpp b/plugins/Page.hpp index db11a61..5f5af60 100644 --- a/plugins/Page.hpp +++ b/plugins/Page.hpp @@ -34,6 +34,7 @@ namespace QuickMedia { // Note: the first page is 0 virtual PluginResult get_page(const std::string &str, int page, BodyItems &result_items) { (void)str; (void)page; (void)result_items; return PluginResult::OK; } + // TODO: Move to a subclass called VideoPage virtual BodyItems get_related_media(const std::string &url); DownloadResult download_json(Json::Value &result, const std::string &url, std::vector additional_args, bool use_browser_useragent = false, std::string *err_msg = nullptr); -- cgit v1.2.3