ScoopInstaller_Main/bucket/youtube-dl.json
2020-12-09 08:17:06 +01:00

24 lines
719 B
JSON

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