ScoopInstaller_Main/youtube-dl.json
2018-07-09 20:00:31 +00:00

26 lines
720 B
JSON

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