ScoopInstaller_Main/youtube-dl.json
2017-08-06 03:00:23 +00:00

21 lines
630 B
JSON

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