Automic VaultAutomic Vault

brew

Installer yt-dlp avec Homebrew, apk, chocolatey, apt, dnf, Nix, pacman, zypper, scoop, winget

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de yt-dlp pour les workflows d'agents IA.

sécurité des agents

Réponse sur la sécurité des agents

yt-dlp downloads media and can read cookies or credentials for authenticated sources.

Accès aux identifiants

Reads browser cookies, netrc credentials, config files, and output paths.

Modification distante

Mostly downloads, but may access authenticated services.

Risque de publication ou d'artéfact

Can create large media artifacts and expose private media locally.

Contrôle recommandé

Gate cookie reads, authenticated downloads, and broad output paths.

Conseils d'utilisation par les agents

Allow public metadata queries; require approval for cookie use and private downloads.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install yt-dlp

local Homebrew formula metadata

Linux

Alpine Linux apkvérifié · 92%
sudo apk add yt-dlp

Alpine Linux edge package indexes · yt-dlp · Source: dl-cdn.alpinelinux.org

Debian aptvérifié · 92%
sudo apt install yt-dlp

Debian stable package indexes · yt-dlp · Source: deb.debian.org

Fedora dnfvérifié · 92%
sudo dnf install yt-dlp

Fedora Rawhide package metadata · yt-dlp · Source: dl.fedoraproject.org

Nixvérifié · 92%
nix profile install nixpkgs#yt-dlp

nixpkgs package indexes · pkgs/by-name/yt/yt-dlp/package.nix · Source: api.github.com

Arch Linux pacmanvérifié · 92%
sudo pacman -S yt-dlp

Arch Linux sync databases · yt-dlp · Source: geo.mirror.pkgbuild.com

openSUSE zyppervérifié · 92%
sudo zypper install yt-dlp

openSUSE Tumbleweed package metadata · yt-dlp · Source: download.opensuse.org

Windows

Chocolateyvérifié · 92%
choco install yt-dlp

Chocolatey community package catalog · yt-dlp · Source: community.chocolatey.org

Scoopvérifié · 92%
scoop install main/yt-dlp

Scoop official bucket manifest trees · bucket/yt-dlp.json · Source: api.github.com

Windows Package Managervérifié · 92%
winget install --id yt-dlp.yt-dlp -e

Windows Package Manager source index · yt-dlp.yt-dlp · Source: cdn.winget.microsoft.com

aperçu

Résumé du paquet

Feature-rich command-line audio/video downloader

Commandes et alias

  • yt-dlp

historique

Historique du projet et usages

yt-dlp is the dominant modern fork in the youtube-dl family: a fast-moving command-line downloader for video and audio sites, with package significance far beyond “download a video” because archivists, researchers, automation scripts, and media workflows depend on its extractor maintenance.

Historique du projet

The project’s README states the lineage directly: yt-dlp is a fork of youtube-dl based on the now inactive youtube-dlc. That lineage matters because youtube-dl began in 2006 and became the archetypal site-extractor CLI, but by 2020-2021 community energy had shifted into forks that could merge fixes and features faster.

yt-dlp’s GitHub repository dates to October 2020, during the same period in which youtube-dl was at the center of a high-profile RIAA takedown dispute on GitHub. GitHub restored youtube-dl in November 2020 after EFF involvement, but the episode made the fragility and public importance of downloader infrastructure visible to a much wider software audience.

By 2021, yt-dlp had become the active fork many users recommended. It accumulated behavior and feature differences from youtube-dl: better default format sorting, SponsorBlock integration, download sections, richer metadata and post-processing options, plugin hooks, browser cookie handling, and active extractor fixes.

Historique d'adoption

Adoption was driven by maintenance velocity. Sites change frequently, and a downloader that cannot keep extractors current becomes useless fast; yt-dlp’s rapid release cadence and compatibility with youtube-dl-style invocations made it a natural replacement in scripts and packaged systems.

The adoption path is visible in distributions and institutions. Ubuntu 22.04 included yt-dlp, Debian replaced youtube-dl with a transitional package depending on yt-dlp, and Archive-It documents yt-dlp as the modern fork its crawlers use to collect embedded audio and video during web crawls.

Modes d'utilisation

Users run yt-dlp with one or more URLs to download media, select formats, extract audio, write subtitles and metadata, authenticate through cookies or netrc, post-process with ffmpeg, archive channels, and embed it as a Python library. Its configuration files let heavy users encode site-specific and workflow-specific defaults.

Package users care about the surrounding executable story: releases provide platform-independent Python zipimport binaries, standalone Windows and macOS executables, Linux variants, source tarballs, PyPI packages, and package-manager entries. That breadth lets yt-dlp serve both throwaway shell use and repeatable archival automation.

Pourquoi les passionnés de paquets s'y intéressent

yt-dlp is a package-nerd landmark because it turns an adversarial, constantly changing web surface into a normal command. It is also a case study in fork succession: users followed the maintained implementation, not just the original brand name.

It sits at the intersection of packaging, digital preservation, legal controversy, and web reverse engineering. Few CLI packages have such a direct relationship between release freshness and whether the tool works today.

Chronologie

  • 2006: Ricardo Garcia creates youtube-dl, the original project lineage.
  • 2020-10-23: The RIAA sends GitHub a takedown request for youtube-dl and forks.
  • 2020-10-26: The yt-dlp GitHub repository is created.
  • 2020-11-16: GitHub restores youtube-dl after reviewing EFF arguments.
  • 2021: yt-dlp emerges publicly as the active youtube-dl/youtube-dlc successor fork.
  • 2022: Ubuntu 22.04 includes yt-dlp; Debian 12 later points youtube-dl users toward yt-dlp.

Related projects

  • Related projects include youtube-dl, youtube-dlc, ffmpeg, SponsorBlock, PyInstaller, Archive-It, gallery-dl, streamlink, and NewPipe.

posture de sécurité

Aucune couverture d'outil protégé trouvée pour le moment

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour yt-dlp. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 6 plateformes.
  • S’installe avec 3 dépendances d’exécution.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.yt-dlp.conf~/.config/yt-dlp/config~/.config/yt-dlp.conf

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.netrc~/.yt-dlp.conf~/.config/yt-dlp/config~/.config/yt-dlp.conf

exécutables

Exécutables installés

CommandeTypeExpositionNote
yt-dlpcliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-10
version du gestionnaire2026.7.4
gestionnaire mis à jour2026-07-06
données localesOK
amontnot checked
dernière version détectéenon détecté

https://github.com/yt-dlp/yt-dlp

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:yt-dlp
Version2026.7.4
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/yt-dlp
Page d'accueilhttps://github.com/yt-dlp/yt-dlp
Dépôthttps://github.com/yt-dlp/yt-dlp
Docs amonthttps://github.com/yt-dlp/yt-dlp#readme
LicenceUnlicense
Archive sourcehttps://files.pythonhosted.org/packages/47/c5/9972af4b472b0d55badf841ebafd2f98944cb0ae0f46e11d01f363ea5b91/yt_dlp-2026.7.4.tar.gz
Dernière mise à jour2026-07-06T04:49:29Z
Pulseupdated
Dépendancescertifi, deno, python@3.14
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameyt-dlp
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Debian apt95%

yt-dlp 2025.04.30-1

downloader of videos from YouTube and other sites

https://github.com/yt-dlp/yt-dlp

sudo apt install yt-dlp
  • Section: web
  • Architecture: all
  • 7 Dépendances
  • 8 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Yt Dlp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: yt-dlp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

yt-dlp

nix profile install nixpkgs#yt-dlp
  • normalized package name match
  • Correspondance par : Yt Dlp
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/yt/yt-dlp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

yt-dlp 2024.04.09-1

downloader of videos from YouTube and other sites

https://github.com/yt-dlp/yt-dlp

sudo apt install yt-dlp
  • Section: universe/web
  • Architecture: all
  • 9 Dépendances
  • 8 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Yt Dlp
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: yt-dlp from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

yt-dlp 2026.06.09-r0

Command-line program to download videos from YouTube

https://github.com/yt-dlp/yt-dlp

sudo apk add yt-dlp
  • License: Unlicense
  • Architecture: x86_64
  • Source Package: yt-dlp
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Yt Dlp
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: yt-dlp from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

yt-dlp-bash-completion 2026.06.09-r0

Bash completions for yt-dlp

https://github.com/yt-dlp/yt-dlp

sudo apk add yt-dlp-bash-completion
  • License: Unlicense
  • Architecture: x86_64
  • Source Package: yt-dlp
  • normalized package name match
  • Correspondance par : Yt Dlp
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: yt-dlp-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

yt-dlp-core 2026.06.09-r0

Command-line program to download videos from YouTube

https://github.com/yt-dlp/yt-dlp

sudo apk add yt-dlp-core
  • License: Unlicense
  • Architecture: x86_64
  • Source Package: yt-dlp
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Yt Dlp
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: yt-dlp-core from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

yt-dlp-core-pyc 2026.06.09-r0

Precompiled Python bytecode for yt-dlp-core

https://github.com/yt-dlp/yt-dlp

sudo apk add yt-dlp-core-pyc
  • License: Unlicense
  • Architecture: x86_64
  • Source Package: yt-dlp
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Yt Dlp
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: yt-dlp-core-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

yt-dlp-doc 2026.06.09-r0

Command-line program to download videos from YouTube (documentation)

https://github.com/yt-dlp/yt-dlp

sudo apk add yt-dlp-doc
  • License: Unlicense
  • Architecture: x86_64
  • Source Package: yt-dlp
  • normalized package name match
  • Correspondance par : Yt Dlp
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: yt-dlp-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

yt-dlp-fish-completion 2026.06.09-r0

Fish completions for yt-dlp

https://github.com/yt-dlp/yt-dlp

sudo apk add yt-dlp-fish-completion
  • License: Unlicense
  • Architecture: x86_64
  • Source Package: yt-dlp
  • normalized package name match
  • Correspondance par : Yt Dlp
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: yt-dlp-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

yt-dlp-zsh-completion 2026.06.09-r0

Zsh completions for yt-dlp

https://github.com/yt-dlp/yt-dlp

sudo apk add yt-dlp-zsh-completion
  • License: Unlicense
  • Architecture: x86_64
  • Source Package: yt-dlp
  • normalized package name match
  • Correspondance par : Yt Dlp
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: yt-dlp-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

yt-dlp 2026.03.17-3.fc45

A command-line program to download videos from online video platforms

https://github.com/yt-dlp/yt-dlp

sudo dnf install yt-dlp
  • License: Unlicense
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: yt-dlp
  • 3 Dépendances
  • 6 fournit
  • normalized package name match
  • Correspondance par : Yt Dlp
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: yt-dlp from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

yt-dlp+default 2026.03.17-3.fc45

Metapackage for yt-dlp: default extras

https://github.com/yt-dlp/yt-dlp

sudo dnf install yt-dlp+default
  • License: Unlicense
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: yt-dlp
  • 3 Dépendances
  • 3 fournit
  • normalized package name match
  • Correspondance par : Yt Dlp
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: yt-dlp+default from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

yt-dlp+secretstorage 2026.03.17-3.fc45

Metapackage for yt-dlp: secretstorage extras

https://github.com/yt-dlp/yt-dlp

sudo dnf install yt-dlp+secretstorage
  • License: Unlicense
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: yt-dlp
  • 3 Dépendances
  • 3 fournit
  • normalized package name match
  • Correspondance par : Yt Dlp
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: yt-dlp+secretstorage from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

yt-dlp 2026.06.09-1

A youtube-dl fork with additional features and fixes

https://github.com/yt-dlp/yt-dlp

sudo pacman -S yt-dlp
  • License: Unlicense
  • Architecture: any
  • 5 Dépendances
  • 15 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Yt Dlp
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: yt-dlp from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

python313-yt-dlp 2026.03.17-1.1

yt-dlp Python library

https://github.com/yt-dlp/yt-dlp

sudo zypper install python313-yt-dlp
  • License: CC-BY-SA-3.0 AND SUSE-Public-Domain
  • Category: Productivity/Networking/Web/Utilities
  • Architecture: noarch
  • Source Package: yt-dlp
  • 2 Dépendances
  • 4 fournit
  • normalized package name match
  • Correspondance par : Yt Dlp
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: python313-yt-dlp from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

yt-dlp 2026.03.17-1.1

Enhanced fork of youtube-dl, a video site downloader for offline watching

https://github.com/yt-dlp/yt-dlp

sudo zypper install yt-dlp
  • License: CC-BY-SA-3.0 AND SUSE-Public-Domain
  • Category: Productivity/Networking/Web/Utilities
  • Architecture: noarch
  • Source Package: yt-dlp
  • 2 Dépendances
  • 4 fournit
  • normalized package name match
  • Correspondance par : Yt Dlp
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: yt-dlp from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated agent safety answer
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment