youtube-dl -ciw -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/bestvideo+bestaudio' --merge-output-format mp4 -o "%(title)s.%(ext)s" <link>
youtube-dl -ciw -f "bestaudio/best" -o "%(artist)s - %(title)s.%(ext)s" -v --extract-audio --audio-format wav --embed-thumbnail --add-metadata --metadata-from-title "%(artist)s - %(title)s" <link>