ScoopInstaller_Main/bucket/youtube-dl.json
2019-04-30 00:00:38 +00:00

22 lines
680 B
JSON

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