Install this version:
emerge -a =media-video/yle-dl-20250730
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-video/yle-dl-20250730
Or alternatively:
emerge --autounmask-write -a =media-video/yle-dl-20250730
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_USE_PEP517=flit
inherit distutils-r1 optfeature
DESCRIPTION="Download media files from Yle Areena"
HOMEPAGE="https://aajanki.github.io/yle-dl/ https://github.com/aajanki/yle-dl"
SRC_URI="https://github.com/aajanki/yle-dl/archive/refs/tags/releases/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-releases-${PV}"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# Requires an active internet connection during tests to test-download different media formats
# from Yle Areena.
PROPERTIES="test_network"
RESTRICT="test"
RDEPEND="media-video/ffmpeg
net-misc/wget
>=dev-python/attrs-18.1.0[${PYTHON_USEDEP}]
>=dev-python/configargparse-0.13.0[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/progress[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="test? (
${RDEPEND}
media-video/ffmpeg[gnutls]
dev-python/pip[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest
DOCS=( COPYING ChangeLog README.fi.md README.sv.md README.md yledl.conf.sample )
src_install() {
docompress -x "/usr/share/doc/${PF}/yledl.conf.sample"
distutils-r1_src_install
}
pkg_postinst() {
elog "Sample configuration file has been installed to "
elog " /usr/share/doc/yle-dl-${PVR}/yledl.conf.sample"
elog
optfeature "automatically detect filesystems that require restricted character sets" dev-python/psutil
optfeature "store metadata as extended file attributes" dev-python/pyxattr
optfeature "youtube-dl download engine" net-misc/yt-dlp
}
Manage flags for this package:
euse -i <flag> -p media-video/yle-dl |
euse -E <flag> -p media-video/yle-dl |
euse -D <flag> -p media-video/yle-dl
media-video/ffmpeg net-misc/wget >=dev-python/attrs-18.1.0[] >=dev-python/configargparse-0.13.0[] dev-python/lxml[] dev-python/progress[] dev-python/requests[]
test? ( media-video/ffmpeg net-misc/wget >=dev-python/attrs-18.1.0[] >=dev-python/configargparse-0.13.0[] dev-python/lxml[] dev-python/progress[] dev-python/requests[] media-video/ffmpeg[gnutls] dev-python/pip[] dev-python/pytest[] dev-python/wheel[] )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | yle-dl-20250730.tar.gz | 81368 bytes | https://github.com/aajanki/yle-dl/archive/refs/tags/releases/20250730.tar.gz |