Skip to content

Instantly share code, notes, and snippets.

@xkef
Created January 29, 2019 10:11
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xkef/5d5b81ed76bc1745e614910fc10e0826 to your computer and use it in GitHub Desktop.
Save xkef/5d5b81ed76bc1745e614910fc10e0826 to your computer and use it in GitHub Desktop.
download youtube playlist with thumbnails
youtube-dl                    \
      --audio-quality 0       \
      --audio-format mp3      \
      --embed-thumbnail       \
      --continue              \
      --no-overwrites         \
      --ignore-errors         \
      --extract-audio         \
      --yes-playlist          \
      # **->[URL to YOUTUBE PL]**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment