2
1
I am using Ubuntu 14.04 and youtube-dl to download videos. How can I download videos in respective directory?
e.g. Playlist name is: MyPlaylist, that contains several videos
how can I download videos in directory like: MyPlaylist/index_title.ext
have you really not considered specifying an
mv
command after, to move the file where you want it to be – barlop – 2015-10-30T16:05:22.620@barlop I wanted to do it on-the-go, with some inbuilt option in youtube-dl. Look at the accepted answer, that perfectly resolves my query. – Piyush Kumar Baliyan – 2015-10-31T04:26:11.030
Sure but you could have put in your question that you wanted to do it without mv, and using functionality of youtube-dl – barlop – 2015-10-31T11:58:07.413