PyDown is a python script that is used to download youtube videos based on the url and the name of the videa. It can also search based on a certain keyword using fzf.
1. Install python
python.org
2. Create a virtual environment(optional but recommended)
python3 -m venv venv
3. Install the dependencies needed
pip install -r requerements.txt
Install FZF on your system for fuzzy searching
Fzf download4. Execution
python pyplayer.py
