Update sample ssh config and fix quality mistake
This commit is contained in:
parent
1231d0df9c
commit
a96279b190
1 changed files with 1 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ I am not responsible in any way for the usage of the source code.
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Works with free Spotify accounts (if using free-librespot fork)
|
- Works with free Spotify accounts (if using free-librespot fork)
|
||||||
- Download 96, 160, 256kbit/s audio with a free and 320 kbit/s audio with a premium account from Spotify, directly
|
- Download 96, 160kbit/s audio with a free, 256 and 320 kbit/s audio with a premium account from Spotify, directly
|
||||||
- Multi-threaded
|
- Multi-threaded
|
||||||
- Download tracks, playlists, albums and artists
|
- Download tracks, playlists, albums and artists
|
||||||
- Convert to mp3
|
- Convert to mp3
|
||||||
|
|
@ -51,7 +51,6 @@ A sample `~/.ssh/config` file could look like this:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
Host github.com
|
Host github.com
|
||||||
User git
|
|
||||||
IdentityFile ~/.ssh/free_librespot_private_key
|
IdentityFile ~/.ssh/free_librespot_private_key
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue