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

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

🐍📽️A Youtube Downloader made with Python and the PyTube library
https://github.com/irydev/youtube-downloader

programming python python3 pytube pytube3 youtube youtube-downloader

Last synced: 3 months ago
JSON representation

🐍📽️A Youtube Downloader made with Python and the PyTube library

Awesome Lists containing this project

README

        

# YouTube-Downloader
🐍📽️A Youtube Downloader made with Python and the PyTube library

![image](https://user-images.githubusercontent.com/86270481/215146372-8de6b2b2-a2c1-47ff-87f3-0d67641a5434.png)

## Languages and Tools


python



pytube python



python ffmpeg ffmpeg-python


## Features

Download your favorites __videos__ and __musics__ from YouTube
Get informations on the video like __comments__, __views__ etc.

## Installation

You need to install ffmpeg

Download Brew

```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```

Then install ffmpeg
In order to download the best resolution video you have to install ffmpeg to combine the audio file and the video file : Indeed for a certain quality the video stream is separeted from the audio stream so you have to download both and combine them.
```
brew install ffmpeg
```

### Install all dependencies

```
pip install -r requirements.txt
```