mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 12:34:27 +00:00
26 lines
851 B
JSON
26 lines
851 B
JSON
{
|
|
"version": "2020.01.01",
|
|
"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/2020.01.01/youtube-dl.exe",
|
|
"hash": "e3942c50671df0bb8bfc36d8137b5be1a91afd78c969c32146c3b5de54f58b2c",
|
|
"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"
|
|
}
|
|
}
|
|
}
|