From 68139682ace6f6d5cafdeb808ccac7d82ee6e8eb Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Tue, 6 Jun 2017 20:20:53 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c2edd4..134e30f 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ Check out these issues [#22](../../issues/22), [#35](../../issues/35), [#36](../ #### How can I download whole playlist with its URI? -Currently this is not possible without generating unique tokens from Spotify but you can copy all the songs from a playlist and paste them in `list.txt`. I am avoiding tokens as much possible to retain the portability of this tool but if you would like to add it as an optional feature to this tool, PR's welcome! +Currently this is not possible without generating unique tokens from Spotify but you can copy all the songs from a playlist and paste them in `list.txt`. ~~I am avoiding tokens as much possible to retain the portability of this tool but if you would like to add it as an optional feature to this tool, PR's welcome!~~ Okay, I am working on it since Spotify has made it mandatory to use tokens but the good thing is that they can be hardcoded so that users don't have to generate their own. #### You write horrible code. What's wrong with you?