Metadata-Version: 1.1
Name: clipy-dl
Version: 0.9.7
Summary: YouTube video downloader
Home-page: https://github.com/stav/clipy
Author: Steven Almeroth
Author-email: sroth77@gmail.com
License: BSD
Download-URL: https://github.com/stav/clipy/archive/master.zip
Description: clipy
        =====
        
        *Command Line Interface using Python for Youtube*
        
        Asynchronous Python command-line YouTube video downloader.
        
        This project was created so I could learn Python's `asyncio` library.
        
        Requirements
        ------------
        
        The following Python versions are supported:
        
        * Python 3.4
        
        The following third-party libraries are used:
        
        * ``aiohttp`` (asynchronous HTTP communication)
        * ``pyperclip`` (optional, uses Gtk to read the clipboard)
        
        Usage
        -----
        
        Download::
        
            clipy http://www.youtube.com/watch?v=fm78gjYkYKc -d
        
        User Interface::
        
            clipy --ui
        
        User interface written with ``curses`` from the standard library:
        
        1. start script with ``--ui`` option
        2. copy youtube url into clipboard
        3. follow menu: I to inquire, D to download
        
        Notes
        -----
        
        Only tested on Ubuntu Trusty and Mac Lion.
        
        Python for Windows does not contain the needed `curses` library so the user
        interface will not work "out of the box", perhaps ``UniCurses`` can help.
        
Keywords: video downloader
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Utilities
