Metadata-Version: 2.0
Name: youtube2zim
Version: 1.2.7
Summary: Make zimfile from youtube channel or playlist
Home-page: http://github.com/kiwix/youtube
Author: dattaz
Author-email: taz@dattaz.fr
License: TODO
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
Requires-Dist: youtube-dl
Requires-Dist: requests
Requires-Dist: jinja2
Requires-Dist: pillow
Requires-Dist: envoy
Requires-Dist: beautifulsoup4
Requires-Dist: cssutils
Requires-Dist: awesome-slugify
Requires-Dist: docopt

Youtube2zim
=============

`youtube2zim` scrappes a Youtube channel, playlist or user videos to a ZIM file.

Requirements
------------

You will need `ffmpeg` or `avconv` installed for video transcoding.

You will need `zimwriterfs` for ZIM file packaging. `zimwriterfs` can be found at https://github.com/openzim/zimwriterfs.

Installation
--------

It's advised, that you have `virtualenv` installed. It is usually packaged, but if you have to install it manually

    sudo pip install virtualenv

Create your virtualenv

    virtualenv --no-site-packages venv 

Activate the virtual environment

    source venv/bin/activate

Then install youtube2zim

    pip install youtube2zim

Usage
-----

    youtube2zim YOUTUBE_URL ZIM_LANG PUBLISHER [OPTION]...

Start `youtube2zim` without any parameter to list all available options.


