mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
639 B
Plaintext
22 lines
639 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# spotdl
|
|
|
|
> Download Spotify playlists and songs along with metadata.
|
|
> More information: <https://github.com/spotDL/spotify-downloader>.
|
|
|
|
- Download songs from the provided URLs and embed metadata:
|
|
|
|
`spotdl {{open.spotify.com/playlist/playlistId1 open.spotify.com/track/trackId2 ...}}`
|
|
|
|
- Start a web interface to download individual songs:
|
|
|
|
`spotdl web`
|
|
|
|
- Save only the metadata without downloading anything:
|
|
|
|
`spotdl save {{open.spotify.com/playlist/playlistId1 open.spotify.com/track/trackId2 ...}} --save-file {{path/to/save_file.spotdl}}`
|