ScoopInstaller_Main/youtube-dl.json
2017-03-23 19:01:41 +01:00

23 lines
768 B
JSON

{
"homepage": "https://rg3.github.io/youtube-dl/",
"license": "Public Domain",
"version": "2017.03.24",
"url": "https://github.com/rg3/youtube-dl/releases/download/2017.03.24/youtube-dl.exe",
"hash": "6b4100c8e88ee25848dc62d772ded2b8844482e27e80fb5b66bf104603b92511",
"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": {
"mode": "extract",
"url": "https://github.com/rg3/youtube-dl/releases/download/$version/SHA2-256SUMS",
"find": "([a-z0-9]{64})\\s+(?:$basename)"
}
}
}