Metadata-Version: 1.1
Name: ykdl
Version: 1.1.0.3
Summary: a video downloader written in Python
Home-page: https://github.com/zhangn1985/ykdl
Author: Zhang Ning
Author-email: zhangn1985@gmail.com
License: MIT
Description: YouKuDownloader
        
        a video downloader focus on China mainland video sites.
        
        website: https://github.com/zhangn1985/ykdl
        
        this project is a fork of you-get: https://github.com/soimort/you-get with below changes.
        1, Structured source code
        2, focus on China mainland video sites
        3, support Python2
        
        Site status:
        
        ----------------------------------------------------------------------
        |   site   |    ability      |    status     |    comment            |
        |---------------------------------------------------------------------
        |  YouKu   |    Video        |    Good       | maybe bug in playlist |
        |  Acfun   |    Video        |    Good       |
        | Bilibili |   Video/Live    |    Good       |
        |   163    |Video/Audio/Live |    Good       |
        |   Sohu   |    Video        |    Good       |
        |  cctv    |    Video        |    Good       |
        |  tudou   |    Video        |    Good       | playlist is not support|
        |  iqilu   |    Video        |    Good       |
        |  iqiyi   |    Video        |    Good       |
        |  joy     |    Video        |    Good       | Joy.cn usually down   |
        |  ku6     |    Video        |    Good       |
        |  kuwo    |    Video        |    Good       |
        |  sina    |    Video        |    Good       |
        |  qq      |   Video/Live    |    Good       | slow in some video    |
        | Baomihua |    Video        |    Good       |
        |  xiami   |    Audio        |    Good       |
        | yinyuetai|    Video        |    Good       |
        |  baidu   |    Audio        |    Good       | playlist is not good  |
        |  douban  |    Audio        |    Good       |
        |  huya    |   Video/Live    |    Good       |
        |  leTv    |   Video/Live    |    Good       |
        |  mgtv    |    Video        |    Good       | download stuck same as video web playing |
        |  bobo    |    Live         |    Good       |
        |  douyu   |    Live         |    Good       |
        | longzhu  |    Live         |    Good       |
        |  panda   |    Live         |    Good       |
        | zhanqi   |    Live         |    Good       |
        
        the sites not list in the table is not in good condition.
        
        file bugs or requirements are welcome
        submit PRs are welcome
        
        
        1.1.0.3
        ======
        misc changes on setup, code refactor
        
        
        1.1.0.2
        ======
        right way to add requirements
        
        1.1.0
        ======
        1, add experimental merge feature.
        2, video titles are changed for many sites.
        3, longzhu live is improved.
        4, live video authors are added when possible.
        
        subtitle feature is planned but moved to danmu branch.
        
        1.0.9.2
        ======
        bug fix for baomihua
        add test for extractors status.
        
        1.0.9.1
        =====
        fix unqoute issue in python2, since v1.0.9 is released
        a draft binary release is done.
        feedback is welcome.
        
        1.0.9
        =====
        new sites are supported
            huya live and video
            longzhu live
        
        python2 are supported
            almost done
            big change
        
        python3 is first choice, if you don't have python3, python2 is fine.
        don't forget to file a bug when using python2
        
        
        
        
Keywords: video download youtube youku
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 :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
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
Requires: m3u8
