mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 04:54:29 +00:00
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"version": "2022.07.18",
|
|
"description": "A youtube-dl fork with additional features and fixes.",
|
|
"homepage": "https://github.com/yt-dlp/yt-dlp",
|
|
"license": "Unlicense",
|
|
"suggest": {
|
|
"ffmpeg": "ffmpeg"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2022.07.18/yt-dlp.exe",
|
|
"hash": "sha512:515167853b49432fbf3470324491a260d9541c80140c0363fd557ff8943a7350a5d99f1ce4f96f9fe0391602b88656c2a43f93f56bd41bbf22da190cd2c0b876"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2022.07.18/yt-dlp_x86.exe#/yt-dlp.exe",
|
|
"hash": "sha512:fccf799db5d92b5f51fa6237f49b8f5b56069da735eb1e0f090d5f9c2c83d506881b9f20877e29cdb2acf5a8d48c22c4067aa0ad58d2e0bb2b2c053661bdc519"
|
|
}
|
|
},
|
|
"bin": "yt-dlp.exe",
|
|
"pre_install": [
|
|
"$manifest.persist | ForEach-Object {",
|
|
" if (-not (Test-Path \"$persist_dir\\$_\")) { New-Item \"$dir\\$_\" -ItemType file | Out-Null }",
|
|
"}"
|
|
],
|
|
"persist": "yt-dlp.conf",
|
|
"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"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/SHA2-512SUMS"
|
|
}
|
|
}
|
|
}
|