add : yt-dlp package manifest and installer script
This commit is contained in:
parent
5fc5917469
commit
bfcfa35239
|
|
@ -15,6 +15,14 @@
|
|||
"latest": "1.3.11",
|
||||
"versions": ["1.3.11"],
|
||||
"modes": ["binary"]
|
||||
},
|
||||
{
|
||||
"name": "yt-dlp",
|
||||
"description": "A feature-rich command-line audio/video downloader ",
|
||||
"author": "bapasqui",
|
||||
"latest": "2026.03.17",
|
||||
"versions": ["2026.03.17"],
|
||||
"modes": ["binary"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
9
packages/yt-dlp/yt-dlp.lua
Normal file
9
packages/yt-dlp/yt-dlp.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
describe({
|
||||
name = "yt-dlp",
|
||||
version = "2026.03.17",
|
||||
url = "https://github.com/yt-dlp/yt-dlp/releases/download/2026.03.17/yt-dlp_linux",
|
||||
sha256 = "sha256:c2b0189f581fe4a2ddd41954f1bcb7d327db04b07ed0dea97e4f1b3e09b5dd8e",
|
||||
})
|
||||
|
||||
Download(url)
|
||||
Install("/tmp/yt-dlp_linux", "/usr/local/bin/yt-dlp")
|
||||
Loading…
Reference in a new issue