mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "2021.10.22",
|
|
"description": "A youtube-dl fork with additional features and fixes.",
|
|
"homepage": "https://github.com/yt-dlp/yt-dlp",
|
|
"license": "Unlicense",
|
|
"suggest": {
|
|
"vcredist": "extras/vcredist2010"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2021.10.22/yt-dlp.exe",
|
|
"hash": "sha512:07b62347004dd57e37402e1f5a033346b1e291709adc48e4e7bc7a00b2c07e26886808e179ff9208b029dfdb3f273cb70f13db62e8b4161571df441b225e3cbe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2021.10.22/yt-dlp_x86.exe#/yt-dlp.exe",
|
|
"hash": "sha512:313090b732c951d579af0e41ca467ef36245ce2b38f3a46198d4606423bcb9de4d07511899c62f75ecb4325ef26cb74aa873606efa72edda4f1d251e5c3809b7"
|
|
}
|
|
},
|
|
"bin": "yt-dlp.exe",
|
|
"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"
|
|
}
|
|
}
|
|
}
|