mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
* youtube-dl: fixed url * Fix manifest (add missing comma) Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --------- Co-authored-by: Marcin Kłopotek <marcin.klopotek@gmail.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
21 lines
739 B
JSON
21 lines
739 B
JSON
{
|
|
"version": "2021.12.17",
|
|
"description": "Download videos from YouTube.com (and a few more sites) using command line.",
|
|
"homepage": "https://github.com/ytdl-org/youtube-dl",
|
|
"license": "Unlicense",
|
|
"suggest": {
|
|
"ffmpeg": "ffmpeg",
|
|
"vcredist": "extras/vcredist2010"
|
|
},
|
|
"url": "https://github.com/ytdl-org/youtube-dl/releases/download/2021.12.17/youtube-dl.exe",
|
|
"hash": "26e5c00c35c5c3edc86dfc0a720aed109a13b1b7c67ac654a0ce8ff82a1f2c16",
|
|
"bin": "youtube-dl.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/ytdl-org/youtube-dl/releases/download/$version/youtube-dl.exe",
|
|
"hash": {
|
|
"url": "$baseurl/SHA2-256SUMS"
|
|
}
|
|
}
|
|
}
|