ScoopInstaller_Main/bucket/youtube-dl.json
2020-09-06 13:42:46 +02:00

26 lines
851 B
JSON

{
"version": "2020.09.06",
"description": "Download videos from YouTube.com (and a few more sites) using command line.",
"homepage": "https://ytdl-org.github.io/youtube-dl/",
"license": "Unlicense",
"suggest": {
"FFmpeg": [
"ffmpeg",
"ffmpeg-nightly"
],
"vcredist": "extras/vcredist2010"
},
"url": "https://github.com/ytdl-org/youtube-dl/releases/download/2020.09.06/youtube-dl.exe",
"hash": "c88838b19b57c2f0bcba89c3e208342af119d0412de94a09227dfcb528e3f406",
"bin": "youtube-dl.exe",
"checkver": {
"github": "https://github.com/ytdl-org/youtube-dl"
},
"autoupdate": {
"url": "https://github.com/ytdl-org/youtube-dl/releases/download/$version/youtube-dl.exe",
"hash": {
"url": "$baseurl/SHA2-256SUMS"
}
}
}