ScoopInstaller_Main/youtube-dl.json
2017-08-27 00:00:22 +00:00

21 lines
634 B
JSON

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