ScoopInstaller_Main/youtube-dl.json
2017-04-08 20:00:42 +02:00

23 lines
768 B
JSON

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