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

https://github.com/ibnaleem/youtube-2-mp4

YouTube video downloader written in Python
https://github.com/ibnaleem/youtube-2-mp4

python pytube pytube-projects youtube-downloader youtube-to-mp4 youtube-tool youtube-video youtube-video-downloader

Last synced: 3 months ago
JSON representation

YouTube video downloader written in Python

Awesome Lists containing this project

README

        





Logo


YouTube 2 MP4



A Python script for downloading YouTube videos in .mp4 format




Report Bugs




---------------------------------------



## Usage
Clone this repository
```
git clone https://github.com/ibnaleem/youtube-2-mp4.git
```
Install Python dependencies
```
pip install -r requirements.txt
```
Run [`main.py`](https://github.com/ibnaleem/youtube-2-mp4/blob/main/main.py) script
```
python3 main.py
```

## Created with
- [Rich](https://rich.readthedocs.io/en/stable/console.html) - for console style
- [PyTube](https://pytube.io/en/latest/) - for downloading YouTube videos

## License
This repository is under the [MIT License](https://github.com/ibnaleem/youtube-2-mp4/blob/main/LICENSE).