Skip to content

Instantly share code, notes, and snippets.

@simon987
Created October 16, 2018 00:10
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save simon987/2dd7c57d65a741c93f5791bc984b97d1 to your computer and use it in GitHub Desktop.
Save simon987/2dd7c57d65a741c93f5791bc984b97d1 to your computer and use it in GitHub Desktop.
snippet for using youtube-dl to download soundcloud playlists

Heres a snippet for using youtube-dl to download soundcloud playlists:

youtube-dl -w -o "Playlist/%(playlist_title)s (%(playlist_uploader)s) - %(playlist_id)s/%(title)s.%(ext)s" -f bestaudio --embed-thumbnail --add-metadata https://soundcloud.com/tommisch/sets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment