ScoopInstaller_Main/bucket/youtube-dl.json
2019-06-21 17:00:20 +00:00

22 lines
680 B
JSON

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