mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
22 lines
680 B
JSON
22 lines
680 B
JSON
{
|
|
"homepage": "https://rg3.github.io/youtube-dl/",
|
|
"license": "Public Domain",
|
|
"version": "2019.04.07",
|
|
"url": "https://github.com/rg3/youtube-dl/releases/download/2019.04.07/youtube-dl.exe",
|
|
"hash": "86ddd965fff973814b90c0c379b657f082406575d480c92de835b88226901cd2",
|
|
"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"
|
|
}
|
|
}
|
|
}
|