ScoopInstaller_Main/youtube-dl.json
2017-06-17 18:00:19 +00:00

21 lines
630 B
JSON

{
"homepage": "https://rg3.github.io/youtube-dl/",
"license": "Public Domain",
"version": "2017.06.18",
"url": "https://github.com/rg3/youtube-dl/releases/download/2017.06.18/youtube-dl.exe",
"hash": "a9d97ed93f0fd6a207b19f9c12f7dbbe24db56327708a533e327393fe9a97829",
"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": "$baseurl/SHA2-256SUMS"
}
}
}