# Install youtubedr with Homebrew

Download Youtube Video in Golang. Version 2.10.6 via Homebrew; verified from local package data.

## Install

```sh
sudo av install brew:youtubedr
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install youtubedr
```

  Evidence: local Homebrew formula metadata

## Package facts

- **Package key:** brew:youtubedr
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/youtubedr>
- **Version:** 2.10.6
- **Source summary:** Download Youtube Video in Golang
- **Homepage:** <https://github.com/kkdai/youtube>
- **Repository:** <https://github.com/kkdai/youtube>
- **Upstream docs:** <https://github.com/kkdai/youtube#readme>
- **License:** MIT
- **Source archive:** <https://github.com/kkdai/youtube/archive/refs/tags/v2.10.6.tar.gz>
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- youtubedr (cli)
- youtubedr (alias)

## Build dependencies

- go

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 2.10.6
- Local data: ok
- Upstream repository: https://github.com/kkdai/youtube
- Upstream latest detected: v2.10.6 (current)
- info: No package-manager update timestamp was available.
## Project history and usage

youtubedr is the command-line program from kkdai/youtube, a Go package for downloading YouTube videos. It is intentionally narrower than youtube-dl-style tools: the README points users to youtube-dl for broader download options.

### Project history

The public repository was created in December 2015 as a Go implementation for discovering and downloading YouTube streams. Its README documents both binary use through `youtubedr` and library use from Go programs, with examples for getting stream information and downloading by URL, video ID, quality, or itag.

The README also explains the scraper mechanics at a high level: parse the video ID, fetch video information, decode stream data, and download from the extracted URL. That makes the project useful as both a CLI and a learning/reference implementation for Go developers interested in YouTube download internals.

### Adoption history

Adoption appears modest compared with Python media downloaders, but meaningful inside the Go ecosystem. The module is documented on pkg.go.dev, packaged by Homebrew and Termux, and has several thousand GitHub stars according to metadata collected in July 2026.

### How it is used

Users install the binary, then run `youtubedr info URL` to inspect available streams or `youtubedr download URL` to save a video. The README documents output naming, destination directories, quality selection, itag selection, and ffmpeg use for high-resolution combinations.

Go developers can import the package directly when they need YouTube stream discovery in their own programs, though the README explicitly frames the tool for CC0-licensed content and discourages illegal use.

### Why package nerds care

youtubedr matters as a small Go-native counterpart to larger Python downloaders. It is packageable as a static-ish CLI, importable as a Go module, and a reminder that site-specific media downloaders are often both tools and living protocol notes.

### Timeline

- 2015-12-15: The public kkdai/youtube GitHub repository is created.
- Late 2010s: The project is documented as both a Go package and the `youtubedr` command.
- 2020s: Homebrew and Termux package the command for easier CLI installation.

### Related projects

- youtube-dl and yt-dlp are broader media downloaders referenced by the project for more download options.
- FFmpeg is needed for some high-resolution download combinations.
- iawia002/annie, later known as Lux, is listed among inspirations in the README.

### Sources

- <https://api.github.com/repos/kkdai/youtube>
- <https://formulae.brew.sh/formula/youtubedr>
- <https://github.com/kkdai/youtube>
- <https://pkg.go.dev/github.com/kkdai/youtube/v2>


## Security Notes

broad file, network, media, or database tool signal.

- **Geiger risk:** blue / medium
- broad file, network, media, or database tool signal

## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** youtubedr
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [go](https://www.automicvault.com/pkg/brew/go/) - Build dependency declared by Homebrew.
- [you-get](https://www.automicvault.com/pkg/brew/you-get/) - Shares av.db curated category or tags: cli, downloader, downloaders, media, video-download.
- [yt-dlp](https://www.automicvault.com/pkg/brew/yt-dlp/) - Shares av.db curated category or tags: cli, downloader, downloaders, media, youtube.
- [gallery-dl](https://www.automicvault.com/pkg/brew/gallery-dl/) - Shares av.db curated category or tags: cli, downloader, downloaders, media.
- [gamdl](https://www.automicvault.com/pkg/brew/gamdl/) - Shares av.db curated category or tags: cli, downloader, downloaders, media.
- [instaloader](https://www.automicvault.com/pkg/brew/instaloader/) - Shares av.db curated category or tags: cli, downloader, downloaders, media.
- [instalooter](https://www.automicvault.com/pkg/brew/instalooter/) - Shares av.db curated category or tags: cli, downloader, downloaders, media.
- [movgrab](https://www.automicvault.com/pkg/brew/movgrab/) - Shares av.db curated category or tags: cli, downloaders, media, youtube.
- [dash-mpd-cli](https://www.automicvault.com/pkg/brew/dash-mpd-cli/) - Shares av.db curated category or tags: cli, downloaders, media.

## Combined YAML source

View the package source record on GitHub. [combined/youtubedr.yml](https://github.com/automic-vault/db/blob/main/combined/youtubedr.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- cross-ecosystem install command graph
