mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-28 06:14:40 +00:00
60 lines
2.2 KiB
JSON
60 lines
2.2 KiB
JSON
{
|
|
"version": "2026.02.21",
|
|
"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.21/yt-dlp.exe",
|
|
"hash": "72a91fe064d5758c976e94f877c24369477dd3e395614b5b270dd5400a035ffa"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2026.02.21/yt-dlp_x86.exe#/yt-dlp.exe",
|
|
"hash": "81745a39c2253f22482bb4d3165e6b6fdb25778e9d93212e9b6cde8046218e2b"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2026.02.21/yt-dlp_arm64.exe#/yt-dlp.exe",
|
|
"hash": "17771a25b11af4bc8324de006b39fde7ff62deb8a95bf9000a182769f7b0450b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|