mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-12-29 21:31:23 +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 bs4
|
||||||
pip install pafy
|
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
|
sudo apt-get install libav-tools
|
||||||
or download from https://libav.org/download/ for windows
|
or download from https://libav.org/download/ for windows
|
||||||
```
|
```
|
||||||
|
|
||||||
# Installation & Usage:
|
## Installation & Usage:
|
||||||
```
|
```
|
||||||
git clone https://github.com/Ritiek/YTMusic
|
git clone https://github.com/Ritiek/YTMusic
|
||||||
cd YTMusic
|
cd YTMusic
|
||||||
@@ -35,7 +35,7 @@ Run it using:
|
|||||||
YTMusic
|
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
|
• play - will play the last song downloaded using default music player
|
||||||
• spotify - downloads songs from spotify playlist (see below:)
|
• spotify - downloads songs from spotify playlist (see below:)
|
||||||
@@ -43,7 +43,7 @@ YTMusic
|
|||||||
• exit - exit the script
|
• 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.
|
• 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```)
|
• Fails to download songs containing accents (that is, characters like ```Ø``` in song like ```BØRNS Seeing Stars```)
|
||||||
in the Youtube's video title.
|
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.
|
Downloading Copyright Music may be illegal in your country. Please support the artists by buying their Music.
|
||||||
|
|||||||
Reference in New Issue
Block a user