Metadata-Version: 1.1
Name: you-get
Version: 0.4.1128
Summary: Dumb downloader that scrapes the web
Home-page: https://you-get.org/
Author: Mort Yao
Author-email: mort.yao@gmail.com
License: MIT
Description: You-Get
        =======
        
        |PyPI version| |Build Status| |Gitter|
        
        `You-Get <https://you-get.org/>`__ is a tiny command-line utility to
        download media contents (videos, audios, images) from the Web, in case
        there is no other handy way to do it.
        
        Here's how you use ``you-get`` to download a video from `this web
        page <http://www.fsf.org/blogs/rms/20140407-geneva-tedx-talk-free-software-free-society>`__:
        
        .. code:: console
        
            $ you-get http://www.fsf.org/blogs/rms/20140407-geneva-tedx-talk-free-software-free-society
            Site:       fsf.org
            Title:      TEDxGE2014_Stallman05_LQ
            Type:       WebM video (video/webm)
            Size:       27.12 MiB (28435804 Bytes)
        
            Downloading TEDxGE2014_Stallman05_LQ.webm ...
            100.0% ( 27.1/27.1 MB) ├████████████████████████████████████████┤[1/1]   12 MB/s
        
        And here's why you might want to use it:
        
        -  You enjoyed something on the Internet, and just want to download them
           for your own pleasure.
        -  You watch your favorite videos online from your computer, but you are
           prohibited from saving them. You feel that you have no control over
           your own computer. (And it's not how an open Web is supposed to
           work.)
        -  You want to get rid of any closed-source technology or proprietary
           JavaScript code, and disallow things like Flash running on your
           computer.
        -  You are an adherent of hacker culture and free software.
        
        What ``you-get`` can do for you:
        
        -  Download videos / audios from popular websites such as YouTube,
           Youku, Niconico, and a bunch more. (See the `full list of supported
           sites <#supported-sites>`__)
        -  Stream an online video in your media player. No web browser, no more
           ads.
        -  Download images (of interest) by scraping a web page.
        -  Download arbitrary non-HTML contents, i.e., binary files.
        
        Interested? `Install it <#installation>`__ now and `get started by
        examples <#getting-started>`__.
        
        Are you a Python programmer? Then check out `the
        source <https://github.com/soimort/you-get>`__ and fork it!
        
        .. |PyPI version| image:: https://badge.fury.io/py/you-get.png
           :target: http://badge.fury.io/py/you-get
        .. |Build Status| image:: https://api.travis-ci.org/soimort/you-get.png
           :target: https://travis-ci.org/soimort/you-get
        .. |Gitter| image:: https://badges.gitter.im/Join%20Chat.svg
           :target: https://gitter.im/soimort/you-get?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
        
Keywords: video download youtube youku niconico
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Multimedia
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Utilities
