2025-08-23 00:37:44 +00:00

41 lines
1.4 KiB
JSON

{
"version": "2025.08.22",
"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.08.22/yt-dlp.exe",
"hash": "5ff450b4baf232e756de5637d9fe46c2a43239c305cbe00e2abcb0785cb4b519"
},
"32bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2025.08.22/yt-dlp_x86.exe#/yt-dlp.exe",
"hash": "a61f1c65ddff0ec4fa7e313692117ee2f9b96eb8d682269612967a0238577630"
}
},
"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-256SUMS"
}
}
}