Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
yt-dlp
Commits:
110a974a by matt quintanilla at 2025-10-22T23:36:37+00:00
yt-dlp will require a JavaScript runtime installed to download from youtube.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -13,6 +13,7 @@ pkgbase = yt-dlp
depends = python-certifi
depends = python-requests
depends = python-urllib3
+ depends = deno
optdepends = ffmpeg: for video post-processing
optdepends = rtmpdump: for rtmp streams support
optdepends = atomicparsley: for embedding thumbnails into m4a files
=====================================
PKGBUILD
=====================================
@@ -12,7 +12,8 @@ license=(Unlicense)
depends=(python
python-certifi
python-requests
- python-urllib3)
+ python-urllib3
+ deno)
makedepends=(python-build
python-hatchling
python-installer)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/yt-dlp/-/commit/110a974a3f096531663f7078cef72b2046f544e4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/yt-dlp/-/commit/110a974a3f096531663f7078cef72b2046f544e4
You're receiving this email because of your account on gitlab.archlinux.org.