ScoopInstaller_Main/youtube-dl.json
2018-11-22 18:00:24 +00:00

22 lines
680 B
JSON

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