ScoopInstaller_Main/youtube-dl.json
2018-08-03 19:00:22 +00:00

26 lines
720 B
JSON

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