ScoopInstaller_Main/bucket/youtube-dl.json
2019-05-20 17:00:26 +00:00

22 lines
680 B
JSON

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