Add note for collaborative playlists

This commit is contained in:
Ritiek Malhotra
2017-11-11 19:26:08 +05:30
committed by GitHub
parent 0deea6b384
commit 7f4cb749c8

View File

@@ -162,7 +162,7 @@ https://open.spotify.com/track/0fbspWuEdaaT9vfmbAZr1C
#### Download playlists
- You can copy the Spotify URL of the playlist and pass it in `--playlist` option.
- You can copy the Spotify URL of the playlist and pass it in `--playlist` option. Note: This method will not work with playlists set to private only or with collaborative playlists (since they cannot be set be publicly visible).
For example
@@ -188,7 +188,7 @@ For example
- You can also load songs using Spotify username if you don't have the playlist URL. (Open profile in Spotify, click on the three little dots below name, "Share", "Copy to clipboard", paste last numbers or text into command-line: `https://open.spotify.com/user/0123456790`)
- Try running `python3 spotdl.py -u <your_username>`, it will show all your public playlists.
- Try running `python3 spotdl.py -u <your_username>`, it will show all your public playlists (which excludes collaborative and private playlists).
- Once you select the one you want to download, the script will load all the tracks from the playlist into `<playlist_name>.txt`.