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
1 vote
1 answer
3k views

Is there a way to download the auto generated subtitles of videos in a private / public YouTube playlist?

I found this cool Reddit link here which basically does what the title says, but this stuff felt a bit confusing to me. Can somebody please suggest if there's a better way to download the ...
dongcopter'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
4 votes
1 answer
90k views

How to download entire Youtube playlist videos without installing any software? [closed]

Installing a software puts a restriction that you need admin priviledge, which is not possible all the times, hence is there an online solution to download entire youtube playlists?
Niyati's user avatar
  • 101
0 votes
2 answers
3k views

Save a YouTube playlist of all videos from an uploader

The only way I know to automatically generate a playlist of all videos from an uploader is adding "&list=UL" at the end of url of any video from the uploader. Usually I can copy a playlist into ...
李東翰's user avatar