ScoopInstaller_Main/youtube-dl.json
2018-10-28 18:00:26 +00:00

26 lines
720 B
JSON

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