I'm trying to download this playlist
The download starts normally but then, only the specific video gets downloaded and not the whole playlist. I have downloaded entire playlist in the past but this is a particular playlist the Youtube-dl doesn't seem to download in its entirety. I also tried -
youtube-dl -i $URL
youtube-dl --yes-playlist $URL
youtube-dl --playlist-start=1 --playlist-end= 35 $URL
What is the solution to this problem?