Fix typo's and update dates.

This commit is contained in:
Peter Green 2023-01-22 15:56:43 +00:00
parent 3932a22837
commit 14fd145606
1 changed files with 3 additions and 3 deletions

View File

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