download youtube music videos
Download youtube songs without much effort.
A console app that lets you browse and download songs that are on youtube without seeing ads or entering dubious websites.

youtube_dl and beautifulsoup4)OS X & Linux:
pip3 install requestssudo apt install youtube-dl python3-bs4
Windows:
pip3 install requests youtube_dl beautifulsoup4
python main.py
git checkout -b feature/fooBar)git commit -am 'Add some fooBar')git push origin feature/fooBar)