community/yt-dlp to 2022.02.04-2

This commit is contained in:
David Beauchamp 2022-02-06 16:41:59 -05:00
parent 90b1d698cb
commit f6d83838d3

View file

@ -8,17 +8,20 @@
pkgname=yt-dlp
pkgver=2022.02.04
pkgrel=1
pkgrel=2
pkgdesc='A youtube-dl fork with additional features and fixes'
arch=(any)
url='https://github.com/yt-dlp/yt-dlp'
license=(Unlicense)
depends=(python-mutagen python-pycryptodomex python-websockets)
depends=(python)
makedepends=(python-setuptools zip)
optdepends=('ffmpeg: for video post-processing'
'rtmpdump: for rtmp streams support'
'atomicparsley: for embedding thumbnails into m4a files'
'aria2: for using aria2 as external downloader')
'aria2: for using aria2 as external downloader'
'python-mutagen: For embedding thumbnail in certain formats'
'python-pycryptodomex: For decrypting AES-128 HLS streams and various other data'
'python-websockets: For downloading over websocket')
source=($pkgname-$pkgver.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/$pkgver/yt-dlp.tar.gz)
sha256sums=('c8dd119c28a5d256322ddb3a2fff72bc02ace43fc5880c0065d97f7a48d7a8e3')