From a56500440c3583c3bec06b8f12aef14b307e241e Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Fri, 22 Jul 2016 17:28:37 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46a3a7c..14c93af 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This python script allows downloading songs instantly by just entering the name ## Dependencies: ``` pip install mechanize -pip install bs4 +pip install BeautifulSoup4 pip install pafy ``` [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: