Metadata-Version: 2.1
Name: yt-channels-archive
Version: 0.1.0
Summary: A CLI tool to backup multiple YouTube channels along with their associated metadata and thumbnails. In the highest available quality.
Home-page: https://github.com/project-49476/yt-channels-archive
Author: O'Dwyer Software
Author-email: hello@odwyer.software
License: Apache 2.0
Description: # yt-channels-archive
        
        A CLI tool to backup multiple YouTube channels along with their associated metadata and thumbnails. In the highest available quality.
        
        ## Installation
        
        ```bash
        pip install -r requirements-dev.txt
        ```
        
        ## Usage
        
        ```bash
        yt_archive --output-dir ./backup https://www.youtube.com/channel/UC7edjYPNhTm5LYJMT7UMt0Q/videos https://www.youtube.com/channel/UC6cMYsKMx6XicFcFm7mTsmA
        ```
        
        ## Running the tests
        
        ```bash
        pytest tests
        ```
        
        ## Running the linter
        
        ```bash
        flake8
        ```
        
        
        Release History
        ===============
        
        0.1.0 (2020-11-28)
        ------------------
        
        -   Initial release.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP
Description-Content-Type: text/markdown
