mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
added ffmpeg to convert on windows
This commit is contained in:
12
README.md
12
README.md
@@ -14,13 +14,13 @@ pip install mechanize
|
||||
pip install bs4
|
||||
pip install pafy
|
||||
```
|
||||
[OPTIONAL] If you want to convert downloaded music to mp3 (from m4a) install avconv:
|
||||
[OPTIONAL] If you want to convert downloaded music to mp3 (from m4a) install avconv for linux or ffmpeg from https://ffmpeg.zeranoe.com/builds/ for windows and then place the ffmpeg.exe in your script folder:
|
||||
```
|
||||
sudo apt-get install libav-tools
|
||||
or download from https://libav.org/download/ for windows
|
||||
```
|
||||
|
||||
# Installation & Usage:
|
||||
## Installation & Usage:
|
||||
```
|
||||
git clone https://github.com/Ritiek/YTMusic
|
||||
cd YTMusic
|
||||
@@ -35,7 +35,7 @@ Run it using:
|
||||
YTMusic
|
||||
```
|
||||
|
||||
# Commands that can be used in the script:
|
||||
## Commands that can be used in the Script:
|
||||
```
|
||||
• play - will play the last song downloaded using default music player
|
||||
• spotify - downloads songs from spotify playlist (see below:)
|
||||
@@ -43,7 +43,7 @@ YTMusic
|
||||
• exit - exit the script
|
||||
```
|
||||
|
||||
# Downloading Music from Spotify:
|
||||
## Downloading Music from Spotify:
|
||||
|
||||

|
||||
|
||||
@@ -61,11 +61,11 @@ sudo chmod 775 spotify.txt
|
||||
```
|
||||
• Use the command ```spotify``` in the script to start downloading the list.
|
||||
|
||||
# Known bugs:
|
||||
## Known Bugs:
|
||||
|
||||
• Fails to download songs containing accents (that is, characters like ```Ø``` in song like ```BØRNS Seeing Stars```)
|
||||
in the Youtube's video title.
|
||||
|
||||
# Disclaimer:
|
||||
## Disclaimer:
|
||||
|
||||
Downloading Copyright Music may be illegal in your country. Please support the artists by buying their Music.
|
||||
|
||||
Reference in New Issue
Block a user