ScoopInstaller_Main/youtube-dl.json
2018-07-21 15:00:19 +00:00

26 lines
720 B
JSON

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