From 7d4d75fdb06ca8e2a848b1ddd7b7f44c3e4227e5 Mon Sep 17 00:00:00 2001 From: steveokard Date: Wed, 7 Dec 2022 00:30:28 -0500 Subject: [PATCH] split between two scripts --- scripts/server_bin/twitch_kody.sh | 3 +++ scripts/server_bin/{twitch_archive.sh => twitch_spacey.sh} | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100755 scripts/server_bin/twitch_kody.sh rename scripts/server_bin/{twitch_archive.sh => twitch_spacey.sh} (53%) diff --git a/scripts/server_bin/twitch_kody.sh b/scripts/server_bin/twitch_kody.sh new file mode 100755 index 0000000..eb42c7b --- /dev/null +++ b/scripts/server_bin/twitch_kody.sh @@ -0,0 +1,3 @@ +#!/bin/bash +cd /home/stev/Videos/Twitch/Kodykins +yt-dlp -f 720p60 https://www.twitch.tv/curlykody/videos diff --git a/scripts/server_bin/twitch_archive.sh b/scripts/server_bin/twitch_spacey.sh similarity index 53% rename from scripts/server_bin/twitch_archive.sh rename to scripts/server_bin/twitch_spacey.sh index 1b05d33..b41084f 100755 --- a/scripts/server_bin/twitch_archive.sh +++ b/scripts/server_bin/twitch_spacey.sh @@ -1,5 +1,3 @@ #!/bin/bash cd /home/stev/Videos/Twitch/spaceyeen yt-dlp -f 720p60 https://www.twitch.tv/spaceyeen/videos -cd /home/stev/Videos/Twitch/Kodykins -yt-dlp -f 720p60 https://www.twitch.tv/curlykody/videos