{
    "version": "2026.05.05.233942",
    "description": "yt-dlp (official) nightly builds",
    "homepage": "https://github.com/yt-dlp/yt-dlp-nightly-builds",
    "license": "Freeware",
    "suggest": {
        "ffmpeg": [
            "versions/ffmpeg-yt-dlp-nightly",
            "versions/ffmpeg-shared-yt-dlp-nightly"
        ]
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2026.05.05.233942/yt-dlp.exe",
            "hash": "sha512:53c6dbfdbbca620475fd87b06d0e283949543347d02b622e55946272c893b7232bf6b9954b1ad85cd8e38bef334dc69d4c5e7197bbcf3d9fa8965974f48d94f9"
        },
        "32bit": {
            "url": "https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2026.05.05.233942/yt-dlp_x86.exe#/yt-dlp.exe",
            "hash": "sha512:0df33012baa715bee25357930acd0223722f87cab6458772843754274a50d61150fc4b0ad2bac9a86af5fbfa8b8f42536fd237ec4fa73f37da81082f541c589b"
        },
        "arm64": {
            "url": "https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2026.05.05.233942/yt-dlp_arm64.exe#/yt-dlp.exe",
            "hash": "sha512:31b80edec22dba3526ac21e02885dd403cc3fd9ad276e539555116c40ebdc6ea53c40a7e4a759066d28454c8bc951bc994b1f0ac45282414a566961681731528"
        }
    },
    "bin": "yt-dlp.exe",
    "pre_install": "$null = if (!(Test-Path \"$persist_dir/yt-dlp.conf\")) { New-Item \"$dir/yt-dlp.conf\" }",
    "persist": [
        "yt-dlp.conf",
        "ytdlp_plugins",
        "yt-dlp-plugins"
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/$version/yt-dlp.exe"
            },
            "32bit": {
                "url": "https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/$version/yt-dlp_x86.exe#/yt-dlp.exe"
            },
            "arm64": {
                "url": "https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/$version/yt-dlp_arm64.exe#/yt-dlp.exe"
            }
        },
        "hash": {
            "url": "$baseurl/SHA2-512SUMS"
        }
    }
}
