ScoopInstaller_Main/youtube-dl.json
2019-02-28 19:01:22 +00:00

22 lines
680 B
JSON

{
"homepage": "https://rg3.github.io/youtube-dl/",
"license": "Public Domain",
"version": "2019.03.01",
"url": "https://github.com/rg3/youtube-dl/releases/download/2019.03.01/youtube-dl.exe",
"hash": "67dc23174f14e09966946b6564f416a9ac50355c8aa565451d12b11eb502b6f6",
"bin": "youtube-dl.exe",
"depends": "ffmpeg",
"suggest": {
"vcredist": "extras/vcredist2010"
},
"checkver": {
"github": "https://github.com/rg3/youtube-dl"
},
"autoupdate": {
"url": "https://github.com/rg3/youtube-dl/releases/download/$version/youtube-dl.exe",
"hash": {
"url": "$baseurl/SHA2-256SUMS"
}
}
}