Metadata-Version: 2.1
Name: youtube-cl
Version: 0.0.2
Summary: Command line tool for downloading video and audio from YouTube
Home-page: https://github.com/jordanpatterson/youtube-cl
Author: Jordan Patterson
Author-email: jordanpatterson1939@gmail.com
License: UNKNOWN
Description: # YouTube - CL
        
        Simple command line tool for downloading audio and video from YouTube.
        
        **PLEASE NOTE: Requires ffmpeg to already be installed.**
        
        ## Installation
        ```
        pip install youtube-cl
        ```
        
        ## Usage
        ### Download audio/mp3 
        ```bash
        youtube-cl mp3 https://youtu.be/tkFOBx6j0l8
        ```
        
        ### Download video/mp4
        ```bash
        youtube-cl mp4 https://youtu.be/tkFOBx6j0l8
        ```
        
        ### Documentation
        ```text
        usage: youtube-cl [-h] option youtube_url
        
        positional arguments:
          option       Option for downloading. [v] or [mp4] for video, [m] or [a] or [mp3] for audio
          youtube_url  URL of the youtube video
        
        optional arguments:
          -h, --help   show this help message and exit
        ```
        
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
