Skip to content

Instantly share code, notes, and snippets.

@xkef
xkef / youtube-dl playlist downloader.md
Created January 29, 2019 10:11
download youtube playlist with thumbnails
youtube-dl                    \
      --audio-quality 0       \
      --audio-format mp3      \
      --embed-thumbnail       \
      --continue              \
      --no-overwrites         \
      --ignore-errors         \
      --extract-audio         \
 --yes-playlist \