ScoopInstaller_Main/youtube-dl.json
2017-12-13 23:01:47 +00:00

26 lines
720 B
JSON

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