ScoopInstaller_Main/youtube-dl.json
2017-04-16 20:00:52 +02:00

21 lines
682 B
JSON

{
"homepage": "https://rg3.github.io/youtube-dl/",
"license": "Public Domain",
"version": "2017.04.17",
"url": "https://github.com/rg3/youtube-dl/releases/download/2017.04.17/youtube-dl.exe",
"hash": "c33e8c805b79e8344ef1d98187d6d8aba4a7287b0ae612f431ea7ffd3fc4ba33",
"bin": "youtube-dl.exe",
"depends": [
"ffmpeg"
],
"checkver": {
"github": "https://github.com/rg3/youtube-dl"
},
"autoupdate": {
"url": "https://github.com/rg3/youtube-dl/releases/download/$version/youtube-dl.exe",
"hash": {
"url": "https://github.com/rg3/youtube-dl/releases/download/$version/SHA2-256SUMS"
}
}
}