Python interactive script to download videos as audio from a given YouTube playlist or a single video url
An abstraction of yt-dlp for my specific use case. Thanks to everyone that contributed.
$ pip install pyyt
If you are planning on developing you know the drill:
git clone https://github.com/patillacode/pyyt.git
cd pyyt
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
- Run
pyyt
and follow the instructions
Note: Audio files will be downloaded into the ./downloads
folder by default,you can specify another path interactively.