Metadata-Version: 1.1
Name: youtube2zim
Version: 1.2
Summary: Make zimfile from youtube channel or playlist
Home-page: http://github.com/kiwix/youtube
Author: dattaz
Author-email: taz@dattaz.fr
License: TODO
Description: This script made a .zim file of video from youtube user or youtube playlist.
        
        == Usage ==
        
            youtube2zim [your user url or playlist url] [lang of your zim archive] [publisher]
        
        
            You can use --lowquality option that will download the video in mp4 and re-encode aggressively in webm
        == Building ==
        
        It's advised, that you have `virtualenv` installed:
        
            sudo pip install virtualenv
        
        Up next you have to create a virtual enviroment in the kiwix-other/TED/ directory for the TED Scraper:
        
            virtualenv --no-site-packages venv 
        
        Activate the virtual enviroment:
        
            source venv/bin/activate
        
        Then install youtube2zim
        
            pip install youtube2zim
        
        You will aslo need ffmpeg to convert mp4 format to webm format (maybe ffmpeg is remplace by avconv in your distribution so you have to modify script)
        
        You also need zimwriterfs binary in this folder, zimwriterfs can be found at https://sourceforge.net/p/kiwix/other/ci/master/tree/zimwriterfs/
        
        
Keywords: kiwix zim youtube offline
Platform: Linux
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
