ScoopInstaller_Main/youtube-dl.json
2017-07-30 15:00:17 +00:00

21 lines
634 B
JSON

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