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
# 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}]
"
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
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[] )
>=dev-python/hatchling-1.0[]