ScoopInstaller_Main/youtube-dl.json
2018-03-14 16:01:44 +00:00

26 lines
720 B
JSON

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