Add yt-dlp 2026.2.21, a youtube-dl fork with additional features and fixes.
yt-dlp is based on the now inactive youtube-dlc and focuses on adding new features and patches while keeping up to date with the original project. Signed-off-by: Thorsten Lannynd <[email protected]> --- .../python3-yt-dlp/yt-dlp_2026.2.21.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta-arago-test/recipes-graphics/python3-yt-dlp/yt-dlp_2026.2.21.bb diff --git a/meta-arago-test/recipes-graphics/python3-yt-dlp/yt-dlp_2026.2.21.bb b/meta-arago-test/recipes-graphics/python3-yt-dlp/yt-dlp_2026.2.21.bb new file mode 100644 index 00000000..dbb8c01d --- /dev/null +++ b/meta-arago-test/recipes-graphics/python3-yt-dlp/yt-dlp_2026.2.21.bb @@ -0,0 +1,18 @@ +SUMMARY = "A youtube-dl fork with additional features and fixes" + +DESCRIPTION = "yt-dlp is a youtube-dl fork based on the now inactive youtube-dlc. The main focus of this project is adding new features and patches while also keeping up to date with the original project." + +HOMEPAGE = "https://github.com/yt-dlp/yt-dlp" + +LICENSE = "Unlicense" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7246f848faa4e9c9fc0ea91122d6e680" + +RDEPENDS:${PN}:append = " python3-brotli python3-certifi python3-urllib3 python3-requests python3-websocket-client" + +SRC_URI[sha256sum] = "4407dfc1a71fec0dee5ef916a8d4b66057812939b509ae45451fa8fb4376b539" + +PYPI_PACKAGE = "yt_dlp" + +inherit pypi python_hatchling + +FILES:${PN} += "${datadir}/bash-completion ${datadir}/fish ${datadir}/zsh" -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17177): https://lists.yoctoproject.org/g/meta-arago/message/17177 Mute This Topic: https://lists.yoctoproject.org/mt/118102016/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
