#!/usr/bin/env zsh export URL=$1 export RES=$2 yt-dlp -f 'bv*[height='"$RES"']+ba' "$URL" -o '%(id)s.%(ext)s' #yt-dlp "$URL" --list-formats