2025-09-27 00:35:52 +00:00

41 lines
1.4 KiB
JSON

{
"version": "2025.09.26",
"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.09.26/yt-dlp.exe",
"hash": "f930cb6bef322cb692fb9e778ee52952619e75f07f2b063d554ff2100cebf7d9"
},
"32bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2025.09.26/yt-dlp_x86.exe#/yt-dlp.exe",
"hash": "dab92346c3699936dc036961661cba4cef8113dcd062379ddc072f158da464b3"
}
},
"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"
}
}
}