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 " ################################################