ScoopInstaller_Main/youtube-dl.json
2018-06-03 20:00:17 +00:00

26 lines
720 B
JSON

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