🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324
pkgname: yt-dlp
pkgver: '2026.08.19'
pkgrel: 1
pkgdesc: A youtube-dl fork with additional features and fixes.
url: 'https://github.com/yt-dlp/yt-dlp'
arch: x86_64
license:
- Unlicense
depends:
- python
- python-mutagen
- ffmpeg
makedepends: []
source:
- 'https://github.com/${pkgname}/${pkgname}/archive/refs/tags/${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
python setup.py install --root=${PKGDIR} --optimize=1
install -Dm644 LICENSE ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE
package: |
true