mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 12:45:14 +00:00
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"version": "2022.08.08",
|
|
"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.08.08/yt-dlp.exe",
|
|
"hash": "sha512:f97e7a75ce196999ddf95a740b3dff453d388bd323994b0d6f99bcc026b8ab87735653713a0d6cf7829ba1bae6da8667bbae812588fd582ba59d027b395f44c1"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2022.08.08/yt-dlp_x86.exe#/yt-dlp.exe",
|
|
"hash": "sha512:f50e2eb0d675ebdb3eba7d611f3023c4b5afef8f789e7b38a9476e0c81e860f5cd5ee2cdf9d5c57baf2fee7b8960ef85eff7e303f95eb81688164e276e0cd804"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|