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

23 lines
768 B
JSON

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