ScoopInstaller_Main/youtube-dl.json
2018-12-16 23:00:24 +00:00

22 lines
680 B
JSON

{
"homepage": "https://rg3.github.io/youtube-dl/",
"license": "Public Domain",
"version": "2018.12.17",
"url": "https://github.com/rg3/youtube-dl/releases/download/2018.12.17/youtube-dl.exe",
"hash": "9033458baa9a166ff30e368df66b2d6e79062b337e6f02a55590c0c961b5aa5e",
"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"
}
}
}