diff --git a/README.md b/README.md index dfe8bd5..3b38a46 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ My first GitHub Repository (sorry for any mistakes) This python script allows downloading songs instantly by just entering the name of the song and the artist or its Spotify HTTP or URI link. -![alt tag](https://camo.githubusercontent.com/3f4374e9ad1b1ec21994cd564385ec8501751b4f/687474703a2f2f692e696d6775722e636f6d2f6c57794132706a2e706e67) + ## Dependencies: ``` pip install requests @@ -31,11 +31,11 @@ YTMusic ``` • play - will play the last song downloaded using default music player • list - downloads songs using from a list +• lyrics - prints out lyrics for last downloaded song • exit - exit the script ``` ## Downloading Music from Spotify: -![alt tag](https://camo.githubusercontent.com/f8a671460df2d56ec52701db69c6c5c3ca685e94/687474703a2f2f692e696d6775722e636f6d2f3064716c59707a2e706e67) • To download music from spotify, simply copy its HTTP or URI link and paste it in the script.