From 14fd145606c0a1bfdad71bcd8b7e1543c36f0678 Mon Sep 17 00:00:00 2001 From: Greenpete Date: Sun, 22 Jan 2023 15:56:43 +0000 Subject: [PATCH] Fix typo's and update dates. --- YT-DL.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/YT-DL.sh b/YT-DL.sh index 43bbce2..c0c6ea3 100755 --- a/YT-DL.sh +++ b/YT-DL.sh @@ -5,12 +5,12 @@ ################################################## # # # Script for downloading YouTube videos # -# It also checks that ytdl is installed # +# It also checks that 'ytdl' is installed # # and up to date! # # By Peter Green # # Version 0.9.3 (Remember to change below!) # # Date of first version; 2022-04-04 # -# Date of last update; 2023-01-08 # +# Date of last update; 2023-01-22 # # Moved to the Disroot Gitea instance 2022-01-07 # # # ################################################## @@ -119,7 +119,7 @@ if [ "$options" = y ]; #####################################################" && youtube-dl "$URL" fi -# End aquiring info' about the desired video to download... +# End acquiring info' about the desired video to download... echo " ################################################