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
- Host: GitHub
- URL: https://github.com/ibnaleem/youtube-2-mp4
- Owner: ibnaleem
- License: mit
- Created: 2024-04-04T14:02:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-12T14:05:04.000Z (about 1 year ago)
- Last Synced: 2025-02-01T17:34:13.017Z (4 months ago)
- Topics: python, pytube, pytube-projects, youtube-downloader, youtube-to-mp4, youtube-tool, youtube-video, youtube-video-downloader
- Language: Python
- Homepage:
- Size: 816 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---------------------------------------
![]()
## 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).