ScoopInstaller_Main/youtube-dl.json
2018-07-03 23:00:18 +00:00

26 lines
720 B
JSON

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