ScoopInstaller_Main/youtube-dl.json
2017-06-11 22:00:31 +02:00

21 lines
630 B
JSON

{
"homepage": "https://rg3.github.io/youtube-dl/",
"license": "Public Domain",
"version": "2017.06.12",
"url": "https://github.com/rg3/youtube-dl/releases/download/2017.06.12/youtube-dl.exe",
"hash": "ac064273a21a45df8d28f6d882a921cd85671a890adea7c347a345e396e6d9f3",
"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": {
"url": "$baseurl/SHA2-256SUMS"
}
}
}