blob: bc907eb9511d08153b2229cca492caab4c7a067a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
pkgbase = yt-dlp-git
pkgdesc = A youtube-dl fork with additional features and fixes (git)
pkgver = 2024.08.06.r10.g6f9e653
pkgrel = 1
url = https://github.com/yt-dlp/yt-dlp
arch = any
license = Unlicense
checkdepends = python-pytest
makedepends = pandoc
makedepends = python-build
makedepends = python-hatchling
makedepends = python-installer
makedepends = git
depends = python
depends = python-certifi
depends = python-requests
depends = python-urllib3
optdepends = ffmpeg: for video post-processing
optdepends = rtmpdump: for rtmp streams support
optdepends = atomicparsley: for embedding thumbnails into m4a files
optdepends = aria2: for using aria2 as external downloader
optdepends = python-mutagen: for embedding thumbnail in certain formats
optdepends = python-pycryptodome: for decrypting AES-128 HLS streams and various other data
optdepends = python-pycryptodomex: for decrypting AES-128 HLS streams and various other data
optdepends = python-websockets: for downloading over websocket
optdepends = python-brotli: brotli content encoding support
optdepends = python-brotlicffi: brotli content encoding support
optdepends = python-xattr: for writing xattr metadata
optdepends = python-pyxattr: for writing xattr metadata (alternative option)
optdepends = phantomjs: for extractors with javascript code
optdepends = python-secretstorage: For -cookies-from-browser to access the GNOME keyring while decrypting cookies of Chromium-based browsers
provides = yt-dlp
conflicts = yt-dlp
source = git+https://github.com/yt-dlp/yt-dlp.git
sha256sums = SKIP
pkgname = yt-dlp-git
|