An open API service indexing awesome lists of open source software.

https://github.com/ajinkyataranekar/youtube-downloader

This application helps you to download, single video and an entire playlist, from YouTube. PS This project is for educational purpose.
https://github.com/ajinkyataranekar/youtube-downloader

Last synced: 3 months ago
JSON representation

This application helps you to download, single video and an entire playlist, from YouTube. PS This project is for educational purpose.

Awesome Lists containing this project

README

        

# Youtube-Downloader
This application helps you to download, single video and an entire playlist, from YouTube.
PS This project is for educational purpose.

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

### Prerequisites

What things you need to install the software and how to install them
* Install python
```
sudo apt-get install python3
python3 --version
```
* Install pytube
```
pip install pytube
```
* Install pafy

```
pip install pafy
```
* Install youtube-dl
```
pip install youtube-dl
```

### Running

Run this in terminal
```
python youtubeDownloader.py
```