CLI App to download audio or video from Youtube. 😄
-
Clone this repository.
-
Create a virtual environment:
$ python3 -m venv .env
-
Activate .env
$ source .env/bin/activate
-
Install requirements.txt file.
$ pip install -r requirements.txt
-
Then, run:
$ ./main.py
You can find its guideline here.
- Typer - Typer, build great CLIs. Easy to code. Based on Python type hints.
- Pytube - Pytube is a lightweight, Pythonic, dependency-free, library (and command-line utility) for downloading YouTube Videos.
- Rich - Rich is a Python library for rich text and beautiful formatting in the terminal.
- There is an issue right now with video downloads. I can't find a way to download videos with audio, so it's somenthing I need to figure out.