mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 03:35:14 +00:00
26 lines
851 B
JSON
26 lines
851 B
JSON
{
|
|
"version": "2019.11.28",
|
|
"description": "Download videos from YouTube.com (and a few more sites) using command line.",
|
|
"homepage": "https://ytdl-org.github.io/youtube-dl/",
|
|
"license": "Unlicense",
|
|
"suggest": {
|
|
"FFmpeg": [
|
|
"ffmpeg",
|
|
"ffmpeg-nightly"
|
|
],
|
|
"vcredist": "extras/vcredist2010"
|
|
},
|
|
"url": "https://github.com/ytdl-org/youtube-dl/releases/download/2019.11.28/youtube-dl.exe",
|
|
"hash": "2c66062c4d7eeebf15e86dec2792256ffdf90c9f8b8d646de8f2e3d208b1d211",
|
|
"bin": "youtube-dl.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/ytdl-org/youtube-dl"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/ytdl-org/youtube-dl/releases/download/$version/youtube-dl.exe",
|
|
"hash": {
|
|
"url": "$baseurl/SHA2-256SUMS"
|
|
}
|
|
}
|
|
}
|