diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-06-01 23:10:00 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-06-01 23:10:00 +0200 |
commit | 223cdf22c5aec68d1e14bc013d8e75daa374d04e (patch) | |
tree | ea78659fbab6bdfd7d95c98ee5465da9cc0a61dd /include | |
parent | 201cb2b1fac77c542a20aea2ac1d80c78a3d80e9 (diff) |
Cache thumbnails
Diffstat (limited to 'include')
-rw-r--r-- | include/DownloadUtils.hpp | 1 |
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 |