extra/yt-dlp to 2023.07.06-2

This commit is contained in:
David Beauchamp 2023-08-27 13:41:31 -04:00
parent 087460741a
commit b1b6b08fcf

View file

@ -7,7 +7,7 @@
pkgname=yt-dlp
pkgver=2023.07.06
pkgrel=1
pkgrel=2
pkgdesc='A youtube-dl fork with additional features and fixes'
arch=(any)
url='https://github.com/yt-dlp/yt-dlp'
@ -18,9 +18,15 @@ 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'
'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')
'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'
'python-brotli: brotli content encoding support'
'python-brotlicffi: brotli content encoding support'
'python-xattr: for writing xattr metadata'
'python-pyxattr: for writing xattr metadata (alternative option)'
'phantomjs: for extractors with javascript code'
'python-secretstorage: For -cookies-from-browser to access the GNOME keyring while decrypting cookies of Chromium-based browsers')
source=($pkgname-$pkgver.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/$pkgver/yt-dlp.tar.gz)
sha256sums=('6d2115b84b6c11867f92cf4c23705b536bfa0ba9d538b1885f52da6756f8c980')