ScoopInstaller_Main/bucket/youtube-dl.json
2021-06-05 21:00:32 +00:00

24 lines
719 B
JSON

{
"version": "2021.06.06",
"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.06.06/youtube-dl.exe",
"hash": "78c009f4cf8ae56db150800d55faaac97c127c76c89715b23fe406d85c3c0628",
"bin": "youtube-dl.exe",
"checkver": "v([\\d.]+)",
"autoupdate": {
"url": "https://yt-dl.org/downloads/$version/youtube-dl.exe",
"hash": {
"url": "$baseurl/SHA2-256SUMS"
}
}
}