aboutsummaryrefslogtreecommitdiff
path: root/src/VideoPlayer.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-08-15 20:56:41 +0200
committerdec05eba <dec05eba@protonmail.com>2020-08-15 20:56:41 +0200
commit356c5e185e947905b7da7ab36a2e77a95845074a (patch)
treeb5d064e146594dae14f470bcb01c21a60cc18d4f /src/VideoPlayer.cpp
parentb31bbdf6cf133f16752a7b0f78cbe9ae2fa667e2 (diff)
Do not save cookies for youtube anymore
Diffstat (limited to 'src/VideoPlayer.cpp')
-rw-r--r--src/VideoPlayer.cpp2
1 files changed, 2 insertions, 0 deletions
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 });