ScoopInstaller_Main/youtube-dl.json
2018-01-27 17:00:16 +00:00

26 lines
720 B
JSON

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