ScoopInstaller_Main/youtube-dl.json
2019-03-08 20:00:29 +00:00

22 lines
680 B
JSON

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