This commit is contained in:
Jay 2025-10-13 00:21:13 +00:00
parent a166c49e9f
commit 5b5264b713

View file

@ -20,6 +20,7 @@ Utube is a Python script that automates downloading YouTube videos and playlists
virtualenv -p python ./tmp/venv
source tmp/venv/bin/activate
pip install -r requirements.txt
python3 -m pip install -U yt-dlp # Update yt-dlp
```
## Usage