From 356c5e185e947905b7da7ab36a2e77a95845074a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 15 Aug 2020 20:56:41 +0200 Subject: Do not save cookies for youtube anymore --- src/VideoPlayer.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/VideoPlayer.cpp') diff --git a/src/VideoPlayer.cpp b/src/VideoPlayer.cpp index e124db1..5099a6b 100644 --- a/src/VideoPlayer.cpp +++ b/src/VideoPlayer.cpp @@ -93,6 +93,7 @@ namespace QuickMedia { }); } + /* std::string ytdl_options_arg; if(!plugin_name.empty()) { Path cookies_filepath; @@ -103,6 +104,7 @@ namespace QuickMedia { args.push_back(ytdl_options_arg.c_str()); } } + */ args.insert(args.end(), { "--", path, nullptr }); -- cgit v1.2.3