项目作者: ImGabe

项目描述 :
download youtube music videos
高级语言: Python
项目地址: git://github.com/ImGabe/download-music-py.git
创建时间: 2019-10-30T02:32:26Z
项目社区:https://github.com/ImGabe/download-music-py

开源协议:MIT License

下载


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:

  1. pip3 install requests
  2. sudo apt install youtube-dl python3-bs4

Windows:

  1. pip3 install requests youtube_dl beautifulsoup4

Usage example

  1. 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