ScoopInstaller_Main/youtube-dl.json
2018-11-17 18:00:29 +00:00

22 lines
680 B
JSON

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