I am trying to download all the videos from the playlist:
I am using youtube-dl for this and the command is:
youtube-dl -citk –format mp4 –yes-playlist
The easiest thing to do is to create a file.txt file and pass the link url link so:
file.txt
https://www.youtube.com/watch?v=5Lj1BF0Kn8c&list=PL9YFoJnn53xyf9GNZrtiraspAIKc80s1i
make sure to include the -a parameter in terminal:
-a
youtube-dl -a file.txt