ScoopInstaller_Main/youtube-dl.json
2017-04-02 23:00:57 +02:00

23 lines
768 B
JSON

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