mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-03-03 15:54:39 +00:00
60 lines
2.2 KiB
JSON
60 lines
2.2 KiB
JSON
{
|
|
"version": "2026.02.04",
|
|
"description": "A youtube-dl fork with additional features and fixes.",
|
|
"homepage": "https://github.com/yt-dlp/yt-dlp",
|
|
"notes": [
|
|
"Requires a JavaScript runtime for full functionality (e.g., deno, node, bun).",
|
|
"By default yt-dlp prefers 'deno' — use `--js-runtimes <runtime>` as an argument, or edit `yt-dlp.conf` to override."
|
|
],
|
|
"license": "Unlicense",
|
|
"suggest": {
|
|
"js-runtime": [
|
|
"deno",
|
|
"nodejs",
|
|
"nodejs-lts",
|
|
"versions/nodejs22",
|
|
"bun",
|
|
"quickjs"
|
|
],
|
|
"ffmpeg": "ffmpeg"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2026.02.04/yt-dlp.exe",
|
|
"hash": "78a3ac4cd1eeb681d65e55fc1761ee14c87de8d8699afb09140d1049c15ae006"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2026.02.04/yt-dlp_x86.exe#/yt-dlp.exe",
|
|
"hash": "436f03ca53605599ddc1ea47c3a23e9ae3f9bb7e7311c4b776f2a58d8e73eb2d"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2026.02.04/yt-dlp_arm64.exe#/yt-dlp.exe",
|
|
"hash": "3fc8df793700c3d4f671c56684e8643213d1d776d1efc81b0d18ed8f4f884d33"
|
|
}
|
|
},
|
|
"bin": "yt-dlp.exe",
|
|
"pre_install": "if (-not (Test-Path \"$persist_dir\\yt-dlp.conf\")) { New-Item \"$dir\\yt-dlp.conf\" -ItemType file | Out-Null }",
|
|
"persist": [
|
|
"yt-dlp.conf",
|
|
"ytdlp_plugins",
|
|
"yt-dlp-plugins"
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/$version/yt-dlp.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/$version/yt-dlp_x86.exe#/yt-dlp.exe"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/$version/yt-dlp_arm64.exe#/yt-dlp.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/SHA2-256SUMS"
|
|
}
|
|
}
|
|
}
|