ScoopInstaller_Main/bucket/youtube-dl.json
2021-02-04 08:08:32 +01:00

24 lines
723 B
JSON

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