ScoopInstaller_Main/youtube-dl.json
2017-09-23 18:01:47 +00:00

21 lines
630 B
JSON

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