**
What do i need to add to specify that all the download mp3 will go to this directory: e:/python/downloadedsongs
ydl_opts = { \'f
outtmpl can contain directory names, simply set
'outtmpl': 'e:/python/downloadedsongs/%(title)s.%(ext)s',