ScoopInstaller_Main/youtube-dl.json
2018-12-09 17:00:20 +00:00

22 lines
680 B
JSON

{
"homepage": "https://rg3.github.io/youtube-dl/",
"license": "Public Domain",
"version": "2018.12.09",
"url": "https://github.com/rg3/youtube-dl/releases/download/2018.12.09/youtube-dl.exe",
"hash": "5178c893db51f46336e20348ac73cf1616f3b4c836630ee595898a40bc824cc8",
"bin": "youtube-dl.exe",
"depends": "ffmpeg",
"suggest": {
"vcredist": "extras/vcredist2010"
},
"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"
}
}
}