aboutsummaryrefslogtreecommitdiff
path: root/include/DownloadUtils.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-08-09 19:08:57 +0200
committerdec05eba <dec05eba@protonmail.com>2021-08-09 19:08:57 +0200
commitfde558b220118ff873cc2e735f6ec167ebcf5167 (patch)
tree5c17d9dd94533e512f864b3bf8c983501a1b1364 /include/DownloadUtils.hpp
parent27a79a205f865a4023d8e78d0699cc12f2f707cf (diff)
Use no-buffer curl option for youtube redirect code and matrix streamable video checker
Diffstat (limited to 'include/DownloadUtils.hpp')
-rw-r--r--include/DownloadUtils.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/DownloadUtils.hpp b/include/DownloadUtils.hpp
index 398f82c..8edcd5a 100644
--- a/include/DownloadUtils.hpp
+++ b/include/DownloadUtils.hpp
@@ -15,7 +15,7 @@ namespace QuickMedia {
struct CommandArg {
std::string option;
- std::string value;
+ std::string value; // Optional
};
// Return true the return DownloadResult::OK for the download, which also saves the result in cache if |download_to_string_cache| is used