2024-07-25 04:29:43 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2024.07.25",
"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/2024.07.25/yt-dlp.exe",
"hash": "sha512:20d730fecaecb5ad1742538893d4e18ed1ef71116b00bf5b50a3382121b50b72f7d8e6dfd9739274e66f550378ac402a7baf6324d9902c705d90a49597ee3c64"
},
"32bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2024.07.25/yt-dlp_x86.exe#/yt-dlp.exe",
"hash": "sha512:3739ff24fdfdb423c48c78c3854a46eeeabe70676e54c91da88dc33a5ea80ffa392eea0f67cd78869ea3c47d9ffb523de49ece092257946b6fcc559af849b335"
}
},
"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"
}
}
}