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:
16
README.md
16
README.md
@@ -8,15 +8,15 @@ and the artist in mp3 extension.
|
||||
|
||||
DEPENDENCIES:
|
||||
|
||||
```pip install mechanize
|
||||
|
||||
```
|
||||
pip install mechanize
|
||||
pip install bs4
|
||||
|
||||
pip install pafy```
|
||||
|
||||
```sudo apt-get install ffmpeg
|
||||
|
||||
or download from https://ffmpeg.zeranoe.com/builds/ for windows and place the ffmpeg.exe in your script folder```
|
||||
pip install pafy
|
||||
```
|
||||
```
|
||||
sudo apt-get install ffmpeg
|
||||
or download from https://ffmpeg.zeranoe.com/builds/ for windows and place the ffmpeg.exe in your script folder
|
||||
```
|
||||
|
||||
COMMANDS YOU CAN USE IN THE SCRIPT:
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user