Update vim color scheme

This commit is contained in:
2023-01-19 18:13:46 -05:00
parent 2343c46b89
commit 89d5709677
2 changed files with 9 additions and 4 deletions

View File

@@ -362,6 +362,12 @@ dl_youtube_vid() {
error "Format: $0 <make folder?> <url> <optional args>\n"
return
fi
if [[ ! $url =~ "v=" ]]; then
error "URL is missing a video id"
return
fi
if [[ $format == "" ]]; then
printf "${BOLD}No format given; using best available.${NORMAL}\n"
# Download best mp4 video and best m4a audio, then merge.