mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
26 lines
720 B
JSON
26 lines
720 B
JSON
{
|
|
"homepage": "https://rg3.github.io/youtube-dl/",
|
|
"license": "Public Domain",
|
|
"version": "2017.12.23",
|
|
"url": "https://github.com/rg3/youtube-dl/releases/download/2017.12.23/youtube-dl.exe",
|
|
"hash": "66438160dcde549fa5a9fc276474b90260e0a44359028254825e8a3b3ffaafc7",
|
|
"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"
|
|
}
|
|
}
|
|
}
|