ScoopInstaller_Main/bucket/youtube-dl.json

26 lines
831 B
JSON

{
"version": "2019.11.05",
"description": "Download videos from YouTube.com (and a few more sites) using command line.",
"homepage": "https://rg3.github.io/youtube-dl/",
"license": "Unlicense",
"suggest": {
"FFmpeg": [
"ffmpeg",
"ffmpeg-nightly"
],
"vcredist": "extras/vcredist2010"
},
"url": "https://github.com/rg3/youtube-dl/releases/download/2019.11.05/youtube-dl.exe",
"hash": "0985ff04edfdce319356bf687061f99858c74d41df052f14308d1d64ef1baca6",
"bin": "youtube-dl.exe",
"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"
}
}
}