From 211982f321830691038cb79698fb55dcd015c9fc Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 1 Oct 2020 07:10:20 +0200 Subject: wip --- src/VideoPlayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/VideoPlayer.cpp') diff --git a/src/VideoPlayer.cpp b/src/VideoPlayer.cpp index ac93ecc..c93b5e8 100644 --- a/src/VideoPlayer.cpp +++ b/src/VideoPlayer.cpp @@ -101,7 +101,7 @@ namespace QuickMedia { /* std::string ytdl_options_arg; - if(!plugin_name.empty()) { + if(!use_tor && !plugin_name.empty()) { Path cookies_filepath; if(get_cookies_filepath(cookies_filepath, plugin_name) != 0) { fprintf(stderr, "Warning: Failed to create %s cookies file\n", plugin_name.c_str()); -- cgit v1.2.3