Skip to content

Commit

Permalink
Fix SPOTIPY_REDIRECT_URI to match the env variable (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
SathyaBhat authored Oct 26, 2020
1 parent 935e3c5 commit d377457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pre-requisite: You need Python 3.6+

2. Login to [Spotify developer console](https://developer.spotify.com/my-applications/#!/applications) and click on "Create an App". Fill in details for name and description
- Click on "Edit Settings"
- Under "Redirect URIs", enter `https://spotifydl.sathyabh.at`
- Under "Redirect URIs", enter `https://spotifydl.sathyabh.at/`
- Click on "Save".

3. Make a note of Client ID and Client Secret. These values need to be then set `SPOTIPY_CLIENT_ID`, `SPOTIPY_CLIENT_SECRET` environment variables respectively. Also `SPOTIPY_REDIRECT_URI` environment variable to `https://spotifydl.sathyabh.at/`
Expand Down Expand Up @@ -56,4 +56,4 @@ You can set defaults per user by creating a file at `~/.spotify_dl_settings`. Cr
, "verbose" : "true"
, "skip_mp3" : "t"
}
```
```

0 comments on commit d377457

Please sign in to comment.