Installation

Stable release

To install ytb_downloader, run this command in your terminal:

$ pip install ytb_downloader

This is the preferred method to install ytb_downloader, as it will always install the most recent stable release.

From sources

The sources for ytb_downloader can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone https://github.com/zhiwei2017/ytb_downloader.git

Once you have a copy of the source, you can install it with:

$ python setup.py install

or

$ pip install .