ScoopInstaller_Main/bucket/youtube-dl.json
2019-09-11 19:00:20 +00:00

23 lines
774 B
JSON

{
"homepage": "https://rg3.github.io/youtube-dl/",
"description": "Download videos from YouTube.com (and a few more sites) using command line.",
"license": "Unlicense",
"version": "2019.09.12",
"url": "https://github.com/rg3/youtube-dl/releases/download/2019.09.12/youtube-dl.exe",
"hash": "58e8ced0f4ebde33c1319b607f6e538b8c813fa89aee7e95b5ab699586f7a257",
"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"
}
}
}