Metadata-Version: 2.0
Name: youtube-mp3
Version: 0.1.2
Summary: Python cli and library for youtube-mp3.org.
Home-page: https://github.com/marto1/youtube-mp3
Author: Martin N. Gergov
Author-email: martingergov1@gmail.com
License: MIT/X11
Download-URL: https://github.com/marto1/youtube-mp3
Keywords: youtube-mp3,mp3,youtube,download
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Utilities
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet
Classifier: Topic :: Multimedia
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: docopt
Requires-Dist: requests

Request a converted to mp3 youtube video from youtube-mp3.org.

Depends on: python 2.7/3.4/3.5, requests, docopt


Usage: 

youtube-mp3.py [--autoend] [--chunk=<bytes>] <url> <path>

Examples:

  youtube-mp3.py --autoend https://www.youtube.com/watch?v=YE7VzlLtp-4 ./bunny.mp3

Options:

  -h, --help
  --autoend    auto append ".mp3" to the file if not present.
  --chunk=<bytes>  buffer size when writing to file [default: 2048].


NOTE:

There are limitations to using the service. You cannot download video longer than 20 minutes.
Also, the video could be marked to be not downloadable. 

