2025-03-28 00:37:13 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2025.03.27",
"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.03.27/yt-dlp.exe",
"hash": "sha512:8b2e3b629d6df9b1ac53b7a8f43b8d7b9996da042f77238d03566c2ee6fea40b1d00729dac07829873b16e316c00a0ef1899e2a72ced5efa66ed770491988ee8"
},
"32bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2025.03.27/yt-dlp_x86.exe#/yt-dlp.exe",
"hash": "sha512:f862476483c9a0303c4329e4b0bd0c50d3157a734030285f3337dfc6362413e760a8849b1af9806eee256fd46da440aa52826ca25d948c6848841d6f41e0fcc4"
}
},
"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"
}
}
}