Metadata-Version: 1.2
Name: youtube2mp3
Version: 1.3.0
Summary: Commandline tool to convert youtube videos to tagged mp3 files
Home-page: https://github.com/pfitzer/youtube2mp3.git
Author: Michael Pfister
Author-email: michael@mp-development.de
License: MIT
Description: |image0| |image1| |image6| |image2| |image3| |image4|
        
        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
        ::
        
            Options:
          -h, --help            show this help message and exit
          -d DIRECTORY, --directory=DIRECTORY
                                directory to store the files
          -y YOUTUBE_URL, --youtube-url=YOUTUBE_URL
                                link to a youtube video or playlist. Or path to a file
                                with yt urls.
          -V, --version         show version and exit
        
        
        development
        -----------
        Create a virtual environment
        ::
        
            python3 -m venv /path/to/new/virtual/environment
        
        install dependencies
        ::
        
            pip install -r requirements.txt
            
        |image5|
        
        
        .. |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://pypistats.org/packages/youtube2mp3
            :alt: PyPI - Downloads
            
        .. |image4| image:: https://github.com/pfitzer/youtube2mp3/workflows/Unit%20Test/badge.svg?event=push
            :target: https://github.com/pfitzer/youtube2mp3/actions
            :alt: Unit Tests
            
        .. |image5| image:: https://cdn.buymeacoffee.com/buttons/lato-orange.png
            :target: https://www.buymeacoffee.com/pfitzer
            :alt: Buy Me a Beer
        
        .. |image6| image:: https://img.shields.io/pypi/pyversions/youtube2mp3.svg?logo=python&logoColor=FFE873
            :target: https://pypi.python.org/pypi?name=youtube2mp3&:action=display
            :alt: youtube2mp3 on pypi
        
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Multimedia :: Video :: Conversion
Requires-Python: ~=3.6, <4
