youtube-dl -F <VideoURL>
To download the video with particular Video and Audio or Audio only just type
youtube-dl -f <AudioQuality> + <VideoQuality> <VideoURL>
You can download the mp3 directly from youtube without converting using ffmpeg
youtube-dl --extract-audio --audio-format mp3 <video URL>
youtube-dl -o "%(playlist_index)s-%(title)s.%(ext)s" <playlist_link>