2025-07-01 00:46:20 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2025.06.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.06.30/yt-dlp.exe",
"hash": "sha512:fd9d04da14668491571f2474a4cc0309f98f994304f6309e4e09563c57662ce7939cb4b8addebee424efc6f65ffd09e386af22dd9cdf5a134b3fc041bd8804a8"
},
"32bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2025.06.30/yt-dlp_x86.exe#/yt-dlp.exe",
"hash": "sha512:7b50521b4e98beecdaf0c2dd1fdf94be3ea411ba27395c3dde6cb2ba054bfc41e58a6f3363d4fa682fbed297c004499f7ef58b396026d97e8f608b06dd1d8d2e"
}
},
"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"
}
}
}