ScoopInstaller_Main/bucket/youtube-dl.json
2020-12-01 21:44:58 +01:00

24 lines
719 B
JSON

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