4e3bebd1363f4e3a2269e903187ce61f59c579c1
PlaylistSaver
A tool to save your YouTube playlist.
Run from source
Sync project and install dependencies.
uv sync
Run from source:
python main.py
Build
Important
This project does not support Nuitka for building. Some packages used in this project, such as mpv and yt-dlp, may not be able to function or may cause crashes in the building process.
Install build tools:
uv pip install -e ".[build]"
Build this project with PyInstaller:
.\build.ps1 -Clean
The build is written to dist\PlaylistSaver. This includes only the
bundled mpv files matching the operating system and CPU architecture on which the
build is performed. Build each target platform on that platform.