/ daily coding

Downloading a youtube playlist

I recently attened a conference that was being presented off youtube but was in off-hours.

The video content was available as a youtube playlist that I wanted to archive for offline viewing.

After a bit of research, I discovered iawia002/annie: 👾 Fast, simple and clean video downloader

Installation of annie and downloading a playlist was straightforward:

# install annie
brew install annie

# download playlist
annie -i -p "https://www.youtube.com/playlist?list=PL4xqRMQ2GXakpz0zJYtm_sPLboUTrBAZu"

# note .. -i shows the information. remove -i to download files

Enjoy some good music!