ScoopInstaller_Main/youtube-dl.json
2017-08-09 17:00:14 +00:00

21 lines
630 B
JSON

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