From d81ad7b2d4f9410f42b8f00f3eae8130ed4c6734 Mon Sep 17 00:00:00 2001 From: steveokard Date: Fri, 3 Feb 2023 17:44:38 -0500 Subject: [PATCH] added quiet parameter --- scripts/server_bin/twitch_kody.sh | 2 +- scripts/server_bin/twitch_spacey.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/server_bin/twitch_kody.sh b/scripts/server_bin/twitch_kody.sh index eb42c7b..f67a8d2 100755 --- a/scripts/server_bin/twitch_kody.sh +++ b/scripts/server_bin/twitch_kody.sh @@ -1,3 +1,3 @@ #!/bin/bash cd /home/stev/Videos/Twitch/Kodykins -yt-dlp -f 720p60 https://www.twitch.tv/curlykody/videos +yt-dlp -q -f 720p60 https://www.twitch.tv/curlykody/videos diff --git a/scripts/server_bin/twitch_spacey.sh b/scripts/server_bin/twitch_spacey.sh index b41084f..0f0eb0e 100755 --- a/scripts/server_bin/twitch_spacey.sh +++ b/scripts/server_bin/twitch_spacey.sh @@ -1,3 +1,3 @@ #!/bin/bash cd /home/stev/Videos/Twitch/spaceyeen -yt-dlp -f 720p60 https://www.twitch.tv/spaceyeen/videos +yt-dlp -q -f 720p60 https://www.twitch.tv/spaceyeen/videos