mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-26 21:45:12 +00:00
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"version": "2024.12.23",
|
|
"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/2024.12.23/yt-dlp.exe",
|
|
"hash": "sha512:d6f07cbff2f20accfdf72ae99c348ad6956804cf5cc6943d0eec4d12f2f2ac1597deeab7e47e99059a642cca4dcacf2e80fb25a59bd316c87da136ed98760174"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2024.12.23/yt-dlp_x86.exe#/yt-dlp.exe",
|
|
"hash": "sha512:4513589253ab22d8d97bad379fcba6c15dc2daf215745b0ece99ed80afab3d3e810d7fdd4b2be66765c92570b20ab1d25a65483e8c950874f93010d30143a277"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/SHA2-512SUMS"
|
|
}
|
|
}
|
|
}
|