Update windows readme

This commit is contained in:
2023-03-13 18:55:10 -04:00
parent 84b221bdb9
commit 08a26b6716
2 changed files with 3 additions and 5 deletions

View File

@@ -363,11 +363,6 @@ download_youtube_vid() {
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.