mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 21:44:29 +00:00
25 lines
761 B
JSON
25 lines
761 B
JSON
{
|
|
"version": "0.6.3",
|
|
"description": "YouTube download library and CLI",
|
|
"homepage": "https://github.com/rylio/ytdl",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/rylio/ytdl/releases/download/v0.6.3/ytdl_0.6.3_windows_amd64.tar.gz",
|
|
"hash": "62271fa9f275ee0c15a15b2e4f68ac366d46a2c399333fe98ea6ae1cbc08db53"
|
|
}
|
|
},
|
|
"bin": "ytdl.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/rylio/ytdl/releases/download/v$version/ytdl_$version_windows_amd64.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/ytdl_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|