From 23d388c14194b1046429869b7b52f357b6325745 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 23 Jan 2020 14:31:34 -0600 Subject: [PATCH] Fix STDERR spew from youtube-dl --- ptgdp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ptgdp b/ptgdp index 674d588..e5d696b 100755 --- a/ptgdp +++ b/ptgdp @@ -122,7 +122,7 @@ cachesong() { "${_config[ytdl_args]}" \ -x \ -o "$filename.%(ext)s" \ - "$1") + "$1" 2>&1) then # Sanitize removes all periods, so this is safe for file in "$filename".*; do