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