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)
## Requirements
See the requirements.txt, located in the root of this repository. Additionally, take into account the following.
## running
Run the file main.py, located in the src directory.