aboutsummaryrefslogtreecommitdiff
path: root/include/DownloadUtils.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-06-01 23:10:00 +0200
committerdec05eba <dec05eba@protonmail.com>2020-06-01 23:10:00 +0200
commit223cdf22c5aec68d1e14bc013d8e75daa374d04e (patch)
treeea78659fbab6bdfd7d95c98ee5465da9cc0a61dd /include/DownloadUtils.hpp
parent201cb2b1fac77c542a20aea2ac1d80c78a3d80e9 (diff)
Cache thumbnails
Diffstat (limited to 'include/DownloadUtils.hpp')
-rw-r--r--include/DownloadUtils.hpp1
1 files changed, 1 insertions, 0 deletions
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<CommandArg> &additional_args, bool use_tor);
+ DownloadResult download_to_string_cache(const std::string &url, std::string &result, const std::vector<CommandArg> &additional_args, bool use_tor);
std::vector<CommandArg> create_command_args_from_form_data(const std::vector<FormData> &form_data);
} \ No newline at end of file