ScoopInstaller_Main/youtube-dl.json
2019-01-27 15:00:46 +00:00

22 lines
680 B
JSON

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