ScoopInstaller_Main/bucket/youtube-dl.json
2019-10-21 18:00:19 +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.10.22",
"url": "https://github.com/rg3/youtube-dl/releases/download/2019.10.22/youtube-dl.exe",
"hash": "b4b6dbbc07ce98ad1c7eb750c3b771ad7689da896e8370a96f511ebd3a240cf0",
"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"
}
}
}