macOS
brew install youtubedrlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für youtubedr in AI-Agent-Workflows.
Installation
brew install youtubedrlocal Homebrew formula metadata
Überblick
Download Youtube Video in Golang
Verlauf
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.
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 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.
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.
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.
Sicherheitslage
broad file, network, media, or database tool signal.
blue Risiko · mittel Konfidenz · tool
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
youtubedr | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/kkdai/youtube
Installationsmetadaten
| Paketschlüssel | brew:youtubedr |
|---|---|
| Version | 2.10.6 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/youtubedr |
| Homepage | https://github.com/kkdai/youtube |
| Repository | https://github.com/kkdai/youtube |
| Upstream-Dokumentation | https://github.com/kkdai/youtube#readme |
| Lizenz | MIT |
| Quellarchiv | https://github.com/kkdai/youtube/archive/refs/tags/v2.10.6.tar.gz |
| Zuletzt aktualisiert | 2026-07-25T21:32:49+02:00 |
| Pulse | updated |
| Build-Abhängigkeiten | go |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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 |
|
Quellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.