Skip to main content

All Questions

Tagged with
4 votes
2 answers
6k views

How to get playlist title with yt-dlp?

I want to get the playlist title of a youtube playlist and store it in a variable in a bash script. I have already tried these things: -e flag but it lists only the video titles -o flag and --get-...
thunderbolt004's user avatar
27 votes
5 answers
50k views

How do I download ONLY the YouTube playlist, NOT the files therein?

In youtube-dl, I'm trying to get only the playlist content (should be 600+ entries) from a URL, thus: youtube-dl -i -v --flat-playlist --skip-download https://www.youtube.com/watch?v=CNotezuR73g&...
user985675's user avatar