ScoopInstaller_Main/youtube-dl.json
2017-12-02 15:00:18 +00:00

26 lines
720 B
JSON

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