mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 22:14:30 +00:00
27 lines
781 B
JSON
27 lines
781 B
JSON
{
|
|
"version": "2020.11.12",
|
|
"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.11.12/youtube-dl.exe",
|
|
"hash": "97a8c9ac735911a722b5405861ede8a66b02635f00664c5199bd01fd3b67114f",
|
|
"bin": "youtube-dl.exe",
|
|
"checkver": {
|
|
"url": "https://yt-dl.org/",
|
|
"regex": "v([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://yt-dl.org/downloads/$version/youtube-dl.exe",
|
|
"hash": {
|
|
"url": "$baseurl/SHA2-256SUMS"
|
|
}
|
|
}
|
|
}
|