Update 'YT-DL.sh'

Minor changes and version bump.
This commit is contained in:
Peter Green 2023-01-08 13:24:04 +00:00
parent a2a80ffe5b
commit c44eac9f6d
1 changed files with 13 additions and 13 deletions

View File

@ -1,17 +1,17 @@
#!/bin/bash
#############################################
# #
# Script for downloading YouTube videos #
# It also checks that ytdl is installed #
# and up to date! #
# By Peter Green #
# Version 0.9.1 #
# Date of first version; 2022-04-04 #
# Date of last update; 2022-05-08 #
# Moved to my own Gitea instance 26-12-2022 #
# #
#############################################
##################################################
# #
# Script for downloading YouTube videos #
# It also checks that ytdl is installed #
# and up to date! #
# By Peter Green #
# Version 0.9.2 #
# Date of first version; 2022-04-04 #
# Date of last update; 2023-01-08 #
# Moved to the Disroot Gitea instance 2022-01-07 #
# #
##################################################
# Config...
@ -26,7 +26,7 @@ echo "
#############################################################
# #
# Welcome to the Peter's YouTube video downloader! #
# Version 0.9.1 #
# Version 0.9.2 #
# #
#############################################################"