new file mode 100644
@@ -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"
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