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.
- Host: GitHub
- URL: https://github.com/ajinkyataranekar/youtube-downloader
- Owner: AjinkyaTaranekar
- Created: 2019-11-17T14:34:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T14:34:52.000Z (over 5 years ago)
- Last Synced: 2025-02-03T10:34:23.235Z (4 months ago)
- Language: Python
- Homepage:
- Size: 6.57 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```