|
1 | 1 | # Spotify-Downloader
|
2 | 2 |
|
| 3 | +[](https://pypi.org/project/spotdl) |
3 | 4 | [](https://travis-ci.org/ritiek/spotify-downloader)
|
4 | 5 | [](https://codecov.io/gh/ritiek/spotify-downloader)
|
5 | 6 | [](https://hub.docker.com/r/ritiek/spotify-downloader)
|
@@ -45,20 +46,20 @@ for OS-specific instructions to get spotify-downloader working on your system.
|
45 | 46 | For the most basic usage, downloading tracks is as easy as
|
46 | 47 |
|
47 | 48 | ```
|
48 |
| -$ python3 spotdl.py --song https://open.spotify.com/track/2DGa7iaidT5s0qnINlwMjJ |
49 |
| -$ python3 spotdl.py --song "ncs - spectre" |
| 49 | +$ spotdl --song https://open.spotify.com/track/2DGa7iaidT5s0qnINlwMjJ |
| 50 | +$ spotdl --song "ncs - spectre" |
50 | 51 | ```
|
51 | 52 |
|
52 | 53 | For downloading playlist and albums, you need to first load all the tracks into text file and then pass
|
53 | 54 | this text file to `--list` argument. Here is how you would do it for a playlist
|
54 | 55 |
|
55 | 56 | ```
|
56 |
| -$ python3 spotdl.py --playlist https://open.spotify.com/user/nocopyrightsounds/playlist/7sZbq8QGyMnhKPcLJvCUFD |
| 57 | +$ spotdl --playlist https://open.spotify.com/user/nocopyrightsounds/playlist/7sZbq8QGyMnhKPcLJvCUFD |
57 | 58 | INFO: Writing 62 tracks to ncs-releases.txt
|
58 |
| -$ python3 spotdl.py --list ncs-releases.txt |
| 59 | +$ spotdl --list ncs-releases.txt |
59 | 60 | ```
|
60 | 61 |
|
61 |
| -Run `python3 spotdl.py --help` to get a list of all available options in spotify-downloader. |
| 62 | +Run `spotdl --help` to get a list of all available options in spotify-downloader. |
62 | 63 |
|
63 | 64 | Check out the [Available options](https://github.com/ritiek/spotify-downloader/wiki/Available-options)
|
64 | 65 | wiki page for the list of currently available options with their description.
|
|
0 commit comments