mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
c7a337c546
closes #3966
19 lines
363 B
YAML
19 lines
363 B
YAML
distributable:
|
|
url: https://github.com/yt-dlp/yt-dlp/releases/download/{{version.raw}}/yt-dlp.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: yt-dlp/yt-dlp
|
|
strip: /^yt-dlp /
|
|
|
|
dependencies:
|
|
python.org: '>=3<3.12'
|
|
ffmpeg.org: '*'
|
|
|
|
build: python-venv.sh {{prefix}}/bin/yt-dlp
|
|
|
|
test: yt-dlp --simulate https://youtu.be/pOtd1cbOP7k
|
|
|
|
provides:
|
|
- bin/yt-dlp
|