ScoopInstaller_Main/youtube-dl.json
2017-04-30 21:00:19 +02:00

21 lines
682 B
JSON

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