diff mbox series

[meta-arago,master,2/4] meta-arago-test: Add yt-dlp recipe

Message ID 20260302205436.1117890-2-t-lannynd@ti.com
State Changes Requested
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master,1/4] meta-arago-test: Add curl-cffi recipe | expand

Commit Message

Lannynd, Thorsten March 2, 2026, 8:54 p.m. UTC
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 <t-lannynd@ti.com>
---
 .../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 mbox series

Patch

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"