Metadata-Version: 2.1
Name: YouTubeDownloader
Version: 1.0
Summary: A simple to use youtube playlists/videos/audios downloader
Home-page: https://github.com/Jodagito/YoutubeDownloader
Author: Jodagito
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pytube3 (>=9.5.13)

# YouTube Downloader V1.1

## Requirements

    python>=3.4
    pytube3==9.5.13

## Installation

Open a terminal and execute `git clone https://github.com/Jodagito/YoutubeDownloader` on the destination folder.

Once git finishes clonning the repo navigate to YouTubeDownloader folder.

Inside the YouTubeDownloader folder execute `pip install . --user` to install the package and requirements globally on your system.

## Usage

Execute `YouTubeDownloader`

Follow the CLI instructions.

## To Do

- Allow to download all videos from a specific channel.
- Allow users to pass an URL on file call.
- Clean code.
- Create a progress bar.
- Develop tests.

### Notes

This tool has been developed merely as a learning challenge, isn't intended to have release dates.

If you liked it please share it!


