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
- Host: GitHub
- URL: https://github.com/irydev/youtube-downloader
- Owner: IryDev
- Created: 2023-01-27T16:51:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-04T13:32:46.000Z (over 2 years ago)
- Last Synced: 2025-01-08T07:40:13.234Z (5 months ago)
- Topics: programming, python, python3, pytube, pytube3, youtube, youtube-downloader
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YouTube-Downloader
🐍📽️A Youtube Downloader made with Python and the PyTube library
## Languages and Tools
## 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
```