From 223cdf22c5aec68d1e14bc013d8e75daa374d04e Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 1 Jun 2020 23:10:00 +0200 Subject: Cache thumbnails --- include/DownloadUtils.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/DownloadUtils.hpp') diff --git a/include/DownloadUtils.hpp b/include/DownloadUtils.hpp index 0411236..622f5fe 100644 --- a/include/DownloadUtils.hpp +++ b/include/DownloadUtils.hpp @@ -21,5 +21,6 @@ namespace QuickMedia { }; DownloadResult download_to_string(const std::string &url, std::string &result, const std::vector &additional_args, bool use_tor); + DownloadResult download_to_string_cache(const std::string &url, std::string &result, const std::vector &additional_args, bool use_tor); std::vector create_command_args_from_form_data(const std::vector &form_data); } \ No newline at end of file -- cgit v1.2.3