Skip to content

Python script to download all videos as audio from a given youtube playlist

License

Notifications You must be signed in to change notification settings

patillacode/pyyt

Repository files navigation

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

About

Python script to download all videos as audio from a given youtube playlist

Resources

License

Stars

Watchers

Forks

Packages

No packages published