2025-11-12 04:30:21 +00:00

48 lines
1.8 KiB
JSON

{
"version": "2025.11.12",
"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.11.12/yt-dlp.exe",
"hash": "9f8b03a37125854895a7eebf50a605e34e7ec3bd2444931eff377f3ccec50e96"
},
"32bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2025.11.12/yt-dlp_x86.exe#/yt-dlp.exe",
"hash": "ce8711187c1ed5fb82bce15efdf9bb84caa7901e9a72136e2c32e39110b18433"
},
"arm64": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2025.11.12/yt-dlp_arm64.exe#/yt-dlp.exe",
"hash": "fee1b99c63a115a2e1a55ce362dc9b185af45a26b80da5ee1f084fd36ee4c323"
}
},
"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"
},
"arm64": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/$version/yt-dlp_arm64.exe#/yt-dlp.exe"
}
},
"hash": {
"url": "$baseurl/SHA2-256SUMS"
}
}
}