Metadata-Version: 2.1
Name: youtube2mp3
Version: 0.7.0
Summary: Commandline tool to convert youtube videos to tagged mp3 files
Home-page: https://github.com/pfitzer/youtube2mp3.git
Author: micpfist
Author-email: michael@mp-development.de
License: MIT
Keywords: youtube mp3
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Multimedia :: Video :: Conversion
Requires-Dist: youtube-dl
Requires-Dist: mutagen

|image0| |image1| |image2| |image3|

youtube2mp3
===========
a wrapper to simplify youtube downloads with `youtube-dl <https://github.com/rg3/youtube-dl>`_

downloaded files will be tagged with `mutagen <https://pypi.python.org/pypi/mutagen>`_

installation
------------
with pip
""""""""
::

    pip install youtube2mp3


usage
-----
::

    youtube2mp3 [options] arg1 arg2

see *youtube2mp3 -h* for more information

development
-----------
We use pipenv for development environment - *pip install pipenv*

create virtual environment
*pipenv --two*

install dependencies
*pipenv install*



.. |image0| image:: https://img.shields.io/pypi/v/youtube2mp3.svg
     :target: https://pypi.python.org/pypi?name=youtube2mp3&:action=display
     :alt: pypi

.. |image1| image:: https://pyup.io/repos/github/pfitzer/youtube2mp3/shield.svg
     :target: https://pyup.io/repos/github/pfitzer/youtube2mp3/
     :alt: Updates

.. |image2| image:: https://pyup.io/repos/github/pfitzer/youtube2mp3/python-3-shield.svg
     :target: https://pyup.io/repos/github/pfitzer/youtube2mp3/
     :alt: Python ::

.. |image3| image:: https://img.shields.io/pypi/dm/youtube2mp3.svg
    :target: https://pyup.io/repos/github/pfitzer/youtube2mp3/
    :alt: PyPI - Downloads


