ScoopInstaller_Main/youtube-dl.json
2017-02-28 22:00:28 +01:00

23 lines
768 B
JSON

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