File tree 1 file changed +5
-11
lines changed
1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -43,16 +43,10 @@ you use spotDL v3 and open issues for problems that you come across.
43
43
$pip install spotdl
44
44
```
45
45
46
- 2. For v3,
47
- - Clone this repo
48
- ```
49
- $git clone https://github.com/spotDL/spotify-downloader.git
50
- ```
51
- - Run setup.py
52
- ```
53
- $ cd spotify-downloader
54
- $ python setup.py install
55
- ```
46
+ 2. For v3, (latest version)
47
+ ```
48
+ $pip install https://github.com/spotDL/spotify-downloader/archive/master.zip
49
+ ```
56
50
57
51
3. Voila !
58
52
@@ -62,7 +56,7 @@ To download a song run,
62
56
# spotdl $trackUrl
63
57
spotdl https://open.spotify.com/track/08mG3Y1vljYA6bvDt4Wqkj?si=SxezdxmlTx-CaVoucHmrUA
64
58
65
- To download a album run,
59
+ To download an album run,
66
60
67
61
# spotdl $albumUrl
68
62
spotdl https://open.spotify.com/album/2YMWspDGtbDgYULXvVQFM6?si=gF5dOQm8QUSo-NdZVsFjAQ
You can’t perform that action at this time.
0 commit comments