mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +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.10",
|
|
"url": "https://github.com/rg3/youtube-dl/releases/download/2017.12.10/youtube-dl.exe",
|
|
"hash": "0b044785d7cb6c88d502118bb0cfe4e276dc1d4afd60bc7796df67fa97c89a90",
|
|
"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"
|
|
}
|
|
}
|
|
}
|