yt-channels-archive

A CLI tool to backup multiple YouTube channels along with their associated metadata and thumbnails. In the highest available quality.


Keywords
archive, backup, python-library, youtube-channel
License
Apache-2.0
Install
pip install yt-channels-archive==0.2.0

Documentation

yt-channels-archive

A CLI tool to backup multiple YouTube channels along with their associated metadata and thumbnails. In the highest available quality.

Installation

pip install yt-channels-archive

Usage

yt_archive --output-dir ./backup https://www.youtube.com/channel/UC7edjYPNhTm5LYJMT7UMt0Q/videos https://www.youtube.com/channel/UC6cMYsKMx6XicFcFm7mTsmA

You may notice this will also places a file in your backup folder called 'download_archive.txt'.

Don't delete that as it's used to ensure videos are only downloaded once (if you remove it and re-run the above command existing videos will be re-downloaded).

Running the tests

pip install -r requirements-dev.txt
pytest tests

Running the linter

pip install -r requirements-dev.txt
flake8