I have found a few solutions as to how to do this, however I am not sure how to put them together.
I know if I do this:
youtube-dl --extract-audio --audio-format mp3 --audio-quality 0 <Video-URL>
then I can download a video and it will convert it to best audio quality, however how would I do the same for all of a playlist whist also giving each file a number. And is there a way to get it to download to a directory eg. /Downloads/(playlist folder name).
I realise this may be a duplicate of some other questions however I would like to know how to combine those commands if possible.