dev-python/yt-dlp - 2026.7.4 (ha-bleeding-edge)

Search

Install

Install this version:

emerge -a =dev-python/yt-dlp-2026.7.4

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/yt-dlp-2026.7.4

Or alternatively:

emerge --autounmask-write -a =dev-python/yt-dlp-2026.7.4

Package Information

Description:
A feature-rich command-line audio/video downloader
Homepage:
https://pypi.org/project/yt-dlp/
License:
Unlicense

Ebuild Details

Version EAPI Keywords Slot
2026.7.4 8 ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=hatchling
inherit pypi distutils-r1

DESCRIPTION="A feature-rich command-line audio/video downloader"
HOMEPAGE="https://pypi.org/project/yt-dlp/"

LICENSE="Unlicense"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
IUSE="default"

RDEPEND="
	default? (
		app-arch/brotli[${PYTHON_USEDEP}]
		dev-python/certifi[${PYTHON_USEDEP}]
		dev-python/mutagen[${PYTHON_USEDEP}]
		dev-python/pycryptodomex[${PYTHON_USEDEP}]
		>=dev-python/requests-2.32.2[${PYTHON_USEDEP}]
		<dev-python/requests-3[${PYTHON_USEDEP}]
		>=dev-python/urllib3-2.0.2[${PYTHON_USEDEP}]
		<dev-python/urllib3-3[${PYTHON_USEDEP}]
		>=dev-python/websockets-13.0[${PYTHON_USEDEP}]
	)
"
BDEPEND="
	>=dev-python/hatchling-1.0[${PYTHON_USEDEP}]
"

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/yt-dlp | euse -E <flag> -p dev-python/yt-dlp | euse -D <flag> -p dev-python/yt-dlp

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

	default? (
		app-arch/brotli[]
		dev-python/certifi[]
		dev-python/mutagen[]
		dev-python/pycryptodomex[]
		>=dev-python/requests-2.32.2[]
		<dev-python/requests-3[]
		>=dev-python/urllib3-2.0.2[]
		<dev-python/urllib3-3[]
		>=dev-python/websockets-13.0[]
	)

BDEPEND

	>=dev-python/hatchling-1.0[]