v1.0.0
First release of coub-dl — a command-line tool to download videos from coub.com, looping the video onto its longer audio track and writing
a single portable .mp4.
Features
download <link|permalink>— download a single coub; no account needed.sync— download all your liked coubs viaAPI_TOKEN, concurrently and organized by month; re-running skips what you already have.- Picks the highest available quality and copies the original streams without re-encoding.
- Embeds the title, author, tags, and source link as
.mp4metadata. - Automatic retries with backoff on transient network and rate-limit (
429) errors.
Install
- Download the binary for your platform from the assets below, or run
go install github.com/EvaTheSalmon/coub-dl@latest. - Requires
ffmpegon yourPATH.
Usage
See the README.