2025-06-10 00:40:42 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2025.06.09",
"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/2025.06.09/yt-dlp.exe",
"hash": "sha512:82c23ad07873005ffb1653fece8eba8b7b8c2b73f3fcff6c399c8075925f3afa914bfdf9ef8e720e4a2ddb2dd9945e6b8aa65ab400b6453d51cf3b13604d1799"
},
"32bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2025.06.09/yt-dlp_x86.exe#/yt-dlp.exe",
"hash": "sha512:62a7a3fc492b0944cb5b5bbc5dbf186b527fd3fc4e53984216b392d3967d1670074430052aefbc99bc85ecda567645e2f97b95d42ebb429178aab5eb6de4b157"
}
},
"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"
}
}
}