2025-05-01 00:43:34 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2025.04.30",
"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.04.30/yt-dlp.exe",
"hash": "sha512:6763bd08700204ad30f46325298aac1a1dfbcebd5eaa9c052c559379518e9f9c3d4892eeee18495965b51ad7215a668c61c72d325f0a267f0f02592fe7efb253"
},
"32bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2025.04.30/yt-dlp_x86.exe#/yt-dlp.exe",
"hash": "sha512:d074672dc4bdb0092b2209df7fcd8d48687112776ad725312dac073ac75759b5a589edafdd5fc1cedc828b24dffaf3e79a59568bb6661c0ab38ae5caf6e44cc6"
}
},
"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"
}
}
}