/YouTubeDownloader

Program for downloading YouTube - videos and playlists

Primary LanguagePython

YouTubeDownloader

YouTubeDownloader is a Python project for downloading all videos from YouTube Playlist.

Installation

Use git to clone this repository.

git clone https://github.com/RahimHakimov/YouTubeDownloader

After cloning repository, you need to install some python-libraries.

Use the package manager pip to install all requirements.

pip install -r requirements.txt
pip freeze > requirements.txt

Usage

python main.py

Then enter playlist link.

Contributing

Pull requests are welcome.

Thanks for attention!