mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Update README.md
This commit is contained in:
@@ -4,7 +4,7 @@ My first GitHub Repository (sorry for any mistakes)
|
|||||||
|
|
||||||
This python script allows downloading songs instantly by just entering the name of the song and the artist or its Spotify HTTP or URI link.
|
This python script allows downloading songs instantly by just entering the name of the song and the artist or its Spotify HTTP or URI link.
|
||||||
|
|
||||||

|
|
||||||
## Dependencies:
|
## Dependencies:
|
||||||
```
|
```
|
||||||
pip install requests
|
pip install requests
|
||||||
@@ -31,11 +31,11 @@ YTMusic
|
|||||||
```
|
```
|
||||||
• play - will play the last song downloaded using default music player
|
• play - will play the last song downloaded using default music player
|
||||||
• list - downloads songs using from a list
|
• list - downloads songs using from a list
|
||||||
|
• lyrics - prints out lyrics for last downloaded song
|
||||||
• exit - exit the script
|
• exit - exit the script
|
||||||
```
|
```
|
||||||
|
|
||||||
## Downloading Music from Spotify:
|
## Downloading Music from Spotify:
|
||||||

|
|
||||||
|
|
||||||
• To download music from spotify, simply copy its HTTP or URI link and paste it in the script.
|
• To download music from spotify, simply copy its HTTP or URI link and paste it in the script.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user