From 47dd6a35bc6496e60eeba3ba5b31049bb6e87ee4 Mon Sep 17 00:00:00 2001 From: Ritiek Date: Wed, 6 Jul 2016 23:58:08 +0530 Subject: [PATCH] README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15054af..c771b74 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,18 @@ # YTMusic +My first GitHub Repository (sorry for any mistakes) + This little python script allows downloading songs from youtube by just entering the name of the song and the artist in .m4a extension. +DEPENDENCIES: + +pip install mechanize +pip install bs4 +pip install pafy + + COMMANDS YOU CAN USE IN THE SCRIPT: 1. dir - will open your Music folder directory @@ -25,4 +34,3 @@ KNOWN BUGS (pls help me fix them): 1. Fails to download songs containing accents (that is, characters like 'Ø' in song like 'BØRNS Seeing Stars') in the Youtube's video title. - \ No newline at end of file