From eded3010162fe3d15de3c030085118ee600025bd Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Sun, 30 Dec 2018 01:39:35 -0600 Subject: [PATCH] Updated readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9168910..5311fad 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # music-dl +[![pipeline status](https://code.manuelcortez.net/manuelcortez/music-dl/badges/master/pipeline.svg)](https://code.manuelcortez.net/manuelcortez/music-dl/commits/master) + +[![coverage report](https://code.manuelcortez.net/manuelcortez/music-dl/badges/master/coverage.svg)](https://code.manuelcortez.net/manuelcortez/music-dl/commits/master) + MusicDL is an app for downloading music directly from services like Youtube, zaycev.net, mail.ru and others. I made it for practicing a few skills I have learnt about scraping the web and tools like python's beautifulsoup library, plus all of the new stuff provided with Python 3. More info in this [blog post](https://manuelcortez.net/blog/post/my-new-project-musicdl-simple-music-downloader.html) [Visit the project's website](https://manuelcortez.net/music_dl)