Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 886 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 886 Bytes

Downloads

pyyt

Python interactive script to download videos as audio from a given YouTube playlist or a single video url


Attribution

An abstraction of yt-dlp for my specific use case. Thanks to everyone that contributed.


Installation

$ 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

Usage

  • Run pyyt and follow the instructions

Note: Audio files will be downloaded into the ./downloads folder by default,you can specify another path interactively.


Demo

asciinema