From fde558b220118ff873cc2e735f6ec167ebcf5167 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 9 Aug 2021 19:08:57 +0200 Subject: Use no-buffer curl option for youtube redirect code and matrix streamable video checker --- include/DownloadUtils.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3