mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-07 12:15:15 +00:00
26 lines
831 B
JSON
26 lines
831 B
JSON
{
|
|
"version": "2019.11.22",
|
|
"description": "Download videos from YouTube.com (and a few more sites) using command line.",
|
|
"homepage": "https://rg3.github.io/youtube-dl/",
|
|
"license": "Unlicense",
|
|
"suggest": {
|
|
"FFmpeg": [
|
|
"ffmpeg",
|
|
"ffmpeg-nightly"
|
|
],
|
|
"vcredist": "extras/vcredist2010"
|
|
},
|
|
"url": "https://github.com/rg3/youtube-dl/releases/download/2019.11.22/youtube-dl.exe",
|
|
"hash": "580f74bc64f2d73fb53be2a1a1185d9426631479dcc4941b144dca0f351fb920",
|
|
"bin": "youtube-dl.exe",
|
|
"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"
|
|
}
|
|
}
|
|
}
|