Metadata-Version: 1.1
Name: you-get
Version: 0.3.19
Summary: A YouTube/Youku/Niconico video downloader written in Python 3.
Home-page: http://www.soimort.org/you-get/
Author: Mort Yao
Author-email: mort.yao@gmail.com
License: MIT
Description: You-Get
        =======
        
        .. image:: https://api.travis-ci.org/soimort/you-get.png
        
        `You-Get <https://github.com/soimort/you-get>`_ is a video downloader runs on Python 3. It aims at easing the download of videos on `YouTube <http://www.youtube.com>`_, `Youku <http://www.youku.com>`_/`Tudou <http://www.tudou.com>`_ (biggest online video providers in China), `Niconico <http://www.nicovideo.jp>`_, etc., in one script.
        
        See the project homepage http://www.soimort.org/you-get for further documentation.
        
        Fork me on GitHub: https://github.com/soimort/you-get
        
        Features
        --------
        
        Supported Sites (As of Now)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        * YouTube http://www.youtube.com
        * Vimeo http://vimeo.com
        * Coursera https://www.coursera.org
        * Blip http://blip.tv
        * Dailymotion http://dailymotion.com
        * Facebook http://facebook.com
        * Google+ http://plus.google.com
        * Google Drive http://docs.google.com
        * Tumblr http://www.tumblr.com
        * Vine http://vine.co
        * Instagram http://instagram.com
        * SoundCloud http://soundcloud.com
        * Mixcloud http://www.mixcloud.com
        * Freesound http://www.freesound.org
        * VID48 http://vid48.com
        * Niconico (ニコニコ動画) http://www.nicovideo.jp
        * Youku (优酷) http://www.youku.com
        * Tudou (土豆) http://www.tudou.com
        * YinYueTai (音悦台) http://www.yinyuetai.com
        * AcFun http://www.acfun.tv
        * bilibili http://www.bilibili.tv
        * CNTV (中国网络电视台) http://www.cntv.cn
        * Douban (豆瓣) http://douban.com
        * ifeng (凤凰视频) http://v.ifeng.com
        * iQIYI (爱奇艺) http://www.iqiyi.com
        * Joy.cn (激动网) http://www.joy.cn
        * Ku6 (酷6网) http://www.ku6.com
        * MioMio http://www.miomio.tv
        * NetEase (网易视频) http://v.163.com
        * PPTV http://www.pptv.com
        * QQ (腾讯视频) http://v.qq.com
        * Sina (新浪视频) http://video.sina.com.cn
        * Sohu (搜狐视频) http://tv.sohu.com
        * 56 (56网) http://www.56.com
        * Xiami (虾米) http://www.xiami.com
        * Baidu Music (百度音乐) http://music.baidu.com
        * Baidu Wangpan (百度网盘) http://pan.baidu.com
        * SongTaste http://www.songtaste.com
        * Alive.in.th http://alive.in.th
        
        Dependencies
        ------------
        
        * `Python 3 <http://www.python.org/download/releases/>`_
        * (Optional) `FFmpeg <http://ffmpeg.org>`_
            * Used for converting and joining video files.
        
        Installation
        ------------
        
        #) Install via `Pip <http://www.pip-installer.org/>`_::
        
            $ pip install you-get
            
           Check if the installation was successful::
            
            $ you-get -V
        
        #) Install via `EasyInstall <http://pypi.python.org/pypi/setuptools>`_::
        
            $ easy_install you-get
            
           Check if the installation was successful::
            
            $ you-get -V
        
        #) Install from Git::
        
            $ git clone git://github.com/soimort/you-get.git
            
           Use the raw script without installation::
            
            $ cd you-get/
            $ ./you-get -V
            
           To install the package into the system path, execute::
            
            $ make install
            
           Check if the installation was successful::
            
            $ you-get -V
        
        #) Direct download::
            
            $ wget -O you-get.zip https://github.com/soimort/you-get/zipball/master
            $ unzip you-get.zip
            
           Use the raw script without installation::
            
            $ cd soimort-you-get-*/
            $ ./you-get -V
            
           To install the package into the system path, execute::
            
            $ make install
            
           Check if the installation was successful::
            
            $ you-get -V
        
        #) Install from `AUR (Arch User Repository) <http://aur.archlinux.org/>`_:
        
            Click `here <https://aur.archlinux.org/packages.php?ID=62576>`_.
        
        Examples (For End-Users)
        ------------------------
        
        Display the information of the video without downloading::
        
            $ you-get -i http://www.youtube.com/watch?v=sGwy8DsUJ4M
        
        Download the video::
        
            $ you-get http://www.youtube.com/watch?v=sGwy8DsUJ4M
        
        Download multiple videos::
        
            $ you-get http://www.youtube.com/watch?v=sGwy8DsUJ4M http://www.youtube.com/watch?v=8bQlxQJEzLk
        
        By default, program will skip any video that already exists in the local directory when downloading. If a temporary file (ends with a ".download" filename extension) is found, program will resume the download from last session.
        
        To enforce re-downloading of videos, use '-f' option (this will overwrite any existing video or temporary file, rather than skipping or resuming them)::
        
            $ you-get -f http://www.youtube.com/watch?v=sGwy8DsUJ4M
        
        Set the output directory for downloaded files::
        
            $ you-get -o ~/Downloads http://www.youtube.com/watch?v=sGwy8DsUJ4M
        
        Use a specific HTTP proxy for downloading::
        
            $ you-get -x 127.0.0.1:8087 http://www.youtube.com/watch?v=sGwy8DsUJ4M
        
        By default, Python will apply the system proxy settings (i.e. environment variable $http_proxy). To cancel the use of proxy, use '--no-proxy' option::
        
            $ you-get --no-proxy http://www.youtube.com/watch?v=sGwy8DsUJ4M
        
        Command-Line Options
        --------------------
        
        For a complete list of all available options, see::
        
            $ you-get --help
        
        Examples (For Developers)
        -------------------------
        
        In Python 3 (interactive)::
        
            >>> from you_get.downloader import *
            >>> youtube.download("http://www.youtube.com/watch?v=8bQlxQJEzLk", info_only = True)
            Video Site: YouTube.com
            Title:      If you're good at something, never do it for free!
            Type:       WebM video (video/webm)
            Size:       0.13 MB (133176 Bytes)
            
            >>> import you_get
            >>> you_get.any_download("http://www.youtube.com/watch?v=sGwy8DsUJ4M")
            Video Site: YouTube.com
            Title:      Mort from Madagascar LIKES
            Type:       WebM video (video/webm)
            Size:       1.78 MB (1867072 Bytes)
            
            Downloading Mort from Madagascar LIKES.webm ...
            100.0% (  1.8/1.8  MB) [========================================] 1/1
        
        API Reference
        -------------
        
        See source code.
        
        License
        -------
        
        You-Get is licensed under the `MIT license <https://raw.github.com/soimort/you-get/master/LICENSE.txt>`_.
        
        Contributing
        ------------
        
        Please see `CONTRIBUTING.md <https://github.com/soimort/you-get/blob/master/CONTRIBUTING.md>`_.
        
        
        Changelog
        =========
        
        0.3.18
        ------
        
        *Date: 2013-07-19*
        
        * Fix issues for:
            - Dailymotion
            - Youku
            - Sina
            - AcFun
            - bilibili
        
        0.3.17
        ------
        
        *Date: 2013-07-12*
        
        * Fix issues for:
            - YouTube
            - 163
            - bilibili
        * Code cleanup.
        
        0.3.16
        ------
        
        *Date: 2013-06-28*
        
        * Fix issues for:
            - YouTube
            - Sohu
            - Google+ (enable HTTPS proxy)
        
        0.3.15
        ------
        
        *Date: 2013-06-21*
        
        * Add support for:
            - Instagram
        
        0.3.14
        ------
        
        *Date: 2013-06-14*
        
        * Add support for:
            - Alive.in.th
        * Remove support of:
            - JPopsuki
        * Fix issues for:
            - AcFun
            - iQIYI
        
        0.3.13
        ------
        
        *Date: 2013-06-07*
        
        * Add support for:
            - Baidu Wangpan (video only)
        * Fix issue for:
            - Google+
        
        0.3.12
        ------
        
        *Date: 2013-05-19*
        
        * Fix issues for:
            - Google+
            - Mixcloud
            - Tudou
        
        0.3.11
        ------
        
        *Date: 2013-04-26*
        
        * Add support for:
            - Google Drive (Google Docs)
        
        0.3.10
        ------
        
        *Date: 2013-04-19*
        
        * Add support for:
            - SongTaste
        * Support Libav as well as FFmpeg.
        
        0.3.9
        -----
        
        *Date: 2013-04-12*
        
        * Add support for:
            - Freesound
        
        0.3.8
        -----
        
        *Date: 2013-04-05*
        
        * Add support for:
            - Coursera
        
        0.3.7
        -----
        
        *Date: 2013-03-29*
        
        * Add support for:
            - Baidu
        
        0.3.6
        -----
        
        *Date: 2013-03-22*
        
        * Add support for:
            - Vine
        * Fix issue for:
            - YouTube
        
        0.3.5
        -----
        
        *Date: 2013-03-15*
        
        * Default to use FFmpeg for merging .flv files.
        
        0.3.4
        -----
        
        *Date: 2013-03-08*
        
        * Add support for:
            - Blip
            - VID48
        
        0.3.3
        -----
        
        *Date: 2013-03-01*
        
        * Add support for:
            - Douban
            - MioMio
        * Fix issues for:
            - Tudou
            - Vimeo
        
        0.3.2
        -----
        
        *Date: 2013-02-22*
        
        * Add support for:
            - JPopsuki
        * Fix issue for Xiami.
        
        0.3.1
        -----
        
        *Date: 2013-02-15*
        
        * Fix issues for Google+ and Mixcloud.
        * API changed.
        
        0.3.0
        -----
        
        *Date: 2013-02-08*
        
        * Add support for:
            - Niconico
        
        0.3dev-20130201
        ---------------
        
        *Date: 2013-02-01*
        
        * Add support for:
            - Mixcloud
            - Facebook
            - Joy.cn
        
        0.3dev-20130125
        ---------------
        
        *Date: 2013-01-25*
        
        * Dailymotion: downloading best quality available now.
        * iQIYI: fix `#77 <https://github.com/soimort/you-get/issues/77>`_.
        
        0.3dev-20130118
        ---------------
        
        *Date: 2013-01-18*
        
        * YinYueTai: downloading best quality available now.
        * Sohu: fix `#69 <https://github.com/soimort/you-get/issues/69>`_.
        
        0.3dev-20130111
        ---------------
        
        *Date: 2013-01-11*
        
        * Add support for:
            - NetEase (v.163.com)
            - YouTube short URLs
        * Vimeo: downloading best quality available now.
        
        0.3dev-20130104
        ---------------
        
        *Date: 2013-01-04*
        
        * Sohu:
            - fix `#53 <https://github.com/soimort/you-get/issues/53>`_.
            - merge pull request `#54 <https://github.com/soimort/you-get/pull/54>`_; downloading best quality available now.
        
        0.3dev-20121228
        ---------------
        
        *Date: 2012-12-28*
        
        * Add support for:
            - Xiami
            - Tumblr audios
        
        0.3dev-20121221
        ---------------
        
        *Date: 2012-12-21*
        
        * YouTube: fix `#45 <https://github.com/soimort/you-get/issues/45>`_.
        * Merge pull request `#46 <https://github.com/soimort/you-get/pull/46>`_; fix title parsing issue on Tudou.
        
        0.3dev-20121220
        ---------------
        
        *Date: 2012-12-20*
        
        * YouTube: quick dirty fix to `#45 <https://github.com/soimort/you-get/issues/45>`_.
        
        0.3dev-20121219
        ---------------
        
        *Date: 2012-12-19*
        
        * Add support for:
            - Tumblr
        
        0.3dev-20121217
        ---------------
        
        *Date: 2012-12-17*
        
        * Google+: downloading best quality available now.
        * Fix issues `#42 <https://github.com/soimort/you-get/issues/42>`_, `#43 <https://github.com/soimort/you-get/issues/43>`_ for Google+.
        * Merge pull request `#40 <https://github.com/soimort/you-get/pull/40>`_; fix some issues for Ku6, Sina and 56.
        
        0.3dev-20121212
        ---------------
        
        *Date: 2012-12-12*
        
        * YouTube: fix some major issues on parsing video titles.
        
        0.3dev-20121210
        ---------------
        
        *Date: 2012-12-10*
        
        * YouTube: downloading best quality available now.
        * Add support for:
            - SoundCloud
        
        0.2.16
        ------
        
        *Date: 2012-12-01*
        
        * Add support for:
            - QQ
        * Small fixes merged from youku-lixian.
        
        0.2.15
        ------
        
        *Date: 2012-11-30*
        
        * Fix issue `#30 <https://github.com/soimort/you-get/issues/30>`_ for bilibili.
        
        0.2.14
        ------
        
        *Date: 2012-11-29*
        
        * Fix issue `#28 <https://github.com/soimort/you-get/issues/28>`_ for Tudou.
        * Better support for AcFun.
        
        0.2.13
        ------
        
        *Date: 2012-10-30*
        
        * Nothing new.
        
        0.2.12
        ------
        
        *Date: 2012-10-30*
        
        * Fix issue `#20 <https://github.com/soimort/you-get/issues/20>`_ for AcFun.
        
        0.2.11
        ------
        
        *Date: 2012-10-23*
        
        * Move on to Python 3.3!
        * Fix issues:
            - `#17 <https://github.com/soimort/you-get/issues/17>`_
            - `#18 <https://github.com/soimort/you-get/issues/18>`_
            - `#19 <https://github.com/soimort/you-get/issues/19>`_
        
        0.2.10
        ------
        
        *Date: 2012-10-16*
        
        * Add support for:
            - Google+
        
        0.2.9
        -----
        
        *Date: 2012-10-09*
        
        * Fix issue `#16 <https://github.com/soimort/you-get/issues/16>`_.
        
        0.2.8
        -----
        
        *Date: 2012-10-02*
        
        * Fix issue `#15 <https://github.com/soimort/you-get/issues/15>`_ for AcFun.
        
        0.2.7
        -----
        
        *Date: 2012-09-28*
        
        * Fix issue `#6 <https://github.com/soimort/you-get/issues/6>`_ for YouTube.
        
        0.2.6
        -----
        
        *Date: 2012-09-26*
        
        * Fix issue `#5 <https://github.com/soimort/you-get/issues/5>`_ for YinYueTai.
        
        0.2.5
        -----
        
        *Date: 2012-09-25*
        
        * Add support for:
            - Dailymotion
        
        0.2.4
        -----
        
        *Date: 2012-09-18*
        
        * Use FFmpeg for converting and joining video files.
        * Add '--url' and '--debug' options.
        
        0.2.2
        -----
        
        *Date: 2012-09-17*
        
        * Add danmaku support for AcFun and bilibili.
        * Fix issue `#2 <https://github.com/soimort/you-get/issues/2>`_ and `#4 <https://github.com/soimort/you-get/issues/4>`_ for YouTube.
        * Temporarily fix issue for iQIYI (use .ts instead of .f4v).
        
        0.2.1
        -----
        
        *Date: 2012-09-02*
        
        * Add support for:
            - ifeng
        
        0.2
        ---
        
        *Date: 2012-09-02*
        
        * Add support for:
            - Vimeo
            - AcFun
            - bilibili
            - CNTV
            - iQIYI
            - Ku6
            - PPTV
            - Sina
            - Sohu
            - 56
        
        0.1.3
        -----
        
        *Date: 2012-09-01*
        
        * Playlist URLs are now automatically handled. ('--playlist' option is no longer needed)
        * Handle KeyboardInterrupt silently.
        * Fix Unicode character display on code pages.
        
        0.1
        ---
        
        *Date: 2012-09-01*
        
        * First PyPI release.
        * Fix issue `#1 <https://github.com/soimort/you-get/issues/1>`_.
        
        0.0.1
        -----
        
        *Date: 2012-08-21*
        
        * Initial release, forked from `iambus/youku-lixian <https://github.com/iambus/youku-lixian>`_; add:
            - YouTube support.
            - Pausing and resuming of downloads.
            - HTTP proxy settings.
        
Keywords: video download youtube youku niconico
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Multimedia
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Utilities
