ScoopInstaller_Main/bucket/youtube-dl.json
2021-03-31 23:00:22 +00:00

24 lines
719 B
JSON

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