mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +00:00
26 lines
720 B
JSON
26 lines
720 B
JSON
{
|
|
"homepage": "https://rg3.github.io/youtube-dl/",
|
|
"license": "Public Domain",
|
|
"version": "2018.10.05",
|
|
"url": "https://github.com/rg3/youtube-dl/releases/download/2018.10.05/youtube-dl.exe",
|
|
"hash": "f4ee8e41dab4a49308a52940d9d4a33603e8e127def16dce5c029a9adf7ed84f",
|
|
"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"
|
|
}
|
|
}
|
|
}
|