2024-07-03 00:33:31 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2024.07.02",
"description": "A youtube-dl fork with additional features and fixes.",
"homepage": "https://github.com/yt-dlp/yt-dlp",
"license": "Unlicense",
"suggest": {
"ffmpeg": "ffmpeg"
},
"architecture": {
"64bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2024.07.02/yt-dlp.exe",
"hash": "sha512:8aa32a8580cecce2fb733052ada22cbbd8727192b77e2f63000ccfa47aeee893a975f65eed121a85e40e894bcc671adaee36ea2f10748427d6e4109c02295703"
},
"32bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2024.07.02/yt-dlp_x86.exe#/yt-dlp.exe",
"hash": "sha512:692462f837df244e0272ed247a90c486a1c5c756eed577408fc31b1645fb7aea5f93627655f55063a3614f387ecb85dbb2c8c12eb1f3ff07ec96c6c357577ed5"
}
},
"bin": "yt-dlp.exe",
"pre_install": "if (-not (Test-Path \"$persist_dir\\yt-dlp.conf\")) { New-Item \"$dir\\yt-dlp.conf\" -ItemType file | Out-Null }",
"persist": [
"yt-dlp.conf",
"ytdlp_plugins",
"yt-dlp-plugins"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/$version/yt-dlp.exe"
},
"32bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/$version/yt-dlp_x86.exe#/yt-dlp.exe"
}
},
"hash": {
"url": "$baseurl/SHA2-512SUMS"
}
}
}