Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 12:01
· 26 commits to master since this release
34a8cd7

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 via API_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 .mp4 metadata.
  • 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 ffmpeg on your PATH.

Usage

See the README.