mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-21 02:55:15 +00:00
22 lines
680 B
JSON
22 lines
680 B
JSON
{
|
|
"homepage": "https://rg3.github.io/youtube-dl/",
|
|
"license": "Public Domain",
|
|
"version": "2018.12.31",
|
|
"url": "https://github.com/rg3/youtube-dl/releases/download/2018.12.31/youtube-dl.exe",
|
|
"hash": "8ef6523325796508cb904c54105f4b400f23504c3a35687b4d2620d6e5727c76",
|
|
"bin": "youtube-dl.exe",
|
|
"depends": "ffmpeg",
|
|
"suggest": {
|
|
"vcredist": "extras/vcredist2010"
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/rg3/youtube-dl"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/rg3/youtube-dl/releases/download/$version/youtube-dl.exe",
|
|
"hash": {
|
|
"url": "$baseurl/SHA2-256SUMS"
|
|
}
|
|
}
|
|
}
|