ImGabe / download-music-py

download youtube music videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

download-music-py

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.

console

Requirement

Installation

OS X & Linux:

pip3 install requests
sudo apt install youtube-dl python3-bs4

Windows:

pip3 install requests youtube_dl beautifulsoup4

Usage example

python main.py

Contributing

  1. Fork it (https://github.com/ImGabe/download-music-py/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

download youtube music videos

License:MIT License


Languages

Language:Python 100.0%