{
    "version": "2020.11.11-3",
    "description": "Download videos from YouTube.com (and a few more sites) using command line.",
    "homepage": "https://github.com/blackjack4494/yt-dlc/",
    "license": "Unlicense",
    "suggest": {
        "FFmpeg": [
            "ffmpeg",
            "ffmpeg-shared"
        ]
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/blackjack4494/yt-dlc/releases/download/2020.11.11-3/youtube-dlc.exe",
            "hash": "4789850283035e1e64b67d048d43dcd9bb38a0914b3133414a061e080179a42e"
        },
        "32bit": {
            "url": "https://github.com/blackjack4494/yt-dlc/releases/download/2020.11.11-3/youtube-dlc_x86.exe#/youtube-dlc.exe",
            "hash": "51b5a54751a9ac351e7140f534fd7dc95c0df5cd5042f07d0a24bbe5b91e5722"
        }
    },
    "bin": "youtube-dlc.exe",
    "checkver": {
        "url": "https://github.com/blackjack4494/yt-dlc/releases",
        "regex": "/releases/download/([\\d.-]+)/"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/blackjack4494/yt-dlc/releases/download/$version/youtube-dlc.exe"
            },
            "32bit": {
                "url": "https://github.com/blackjack4494/yt-dlc/releases/download/$version/youtube-dlc_x86.exe#/youtube-dlc.exe"
            }
        }
    }
}
