mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
24 lines
719 B
JSON
24 lines
719 B
JSON
{
|
|
"version": "2021.02.10",
|
|
"description": "Download videos from YouTube.com (and a few more sites) using command line.",
|
|
"homepage": "https://yt-dl.org/",
|
|
"license": "Unlicense",
|
|
"suggest": {
|
|
"FFmpeg": [
|
|
"ffmpeg",
|
|
"ffmpeg-nightly"
|
|
],
|
|
"vcredist": "extras/vcredist2010"
|
|
},
|
|
"url": "https://yt-dl.org/downloads/2021.02.10/youtube-dl.exe",
|
|
"hash": "f271e8caab4a44a98d9afe125b805ee6d676e07a25524b459414430574521f50",
|
|
"bin": "youtube-dl.exe",
|
|
"checkver": "v([\\d.]+)",
|
|
"autoupdate": {
|
|
"url": "https://yt-dl.org/downloads/$version/youtube-dl.exe",
|
|
"hash": {
|
|
"url": "$baseurl/SHA2-256SUMS"
|
|
}
|
|
}
|
|
}
|