feat: add download_playlists.py for downloading playlists/videos with yt-dlp
Some checks failed
Code Check - Quality and Syntax / syntax-lint (3.11) (push) Failing after 11s
Code Check - Quality and Syntax / syntax-lint (3.13) (push) Failing after 9s
Code Check - Quality and Syntax / syntax-lint (3.14) (push) Failing after 11s

This commit is contained in:
Space-Banane
2026-04-07 00:31:48 +02:00
parent d1043a992f
commit 5e82ae99d1
3 changed files with 112 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ Lightweight helpers for using `yt-dlp` to download media from Patreon posts you
## Requirements
- Python 3.8+ and `pip`.
- `yt-dlp` installed and available on PATH (or configure via environment variables).
- `ffmpeg` installed and available on PATH (required by `yt-dlp` for merge/remux operations).
## Installation
1. Clone the repository: