mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-04 15:04:25 +00:00
* youtube-dl: move to yt-dl.org * Replace ‘latest’ with $version * Update youtube-dl.json
27 lines
781 B
JSON
27 lines
781 B
JSON
{
|
|
"version": "2020.09.20",
|
|
"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.09.20/youtube-dl.exe",
|
|
"hash": "2b71484b309ae369873cb9a421ac03ba6b642704e112eb1ca5cde6820a12d8fb",
|
|
"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"
|
|
}
|
|
}
|
|
}
|