ScoopInstaller_Main/youtube-dl.json
2019-01-15 20:00:25 +00:00

22 lines
680 B
JSON

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