2024-07-17 00:34:10 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2024.07.16",
"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.16/yt-dlp.exe",
"hash": "sha512:104393d95ebc7b94c4f6e5a577273d862e74880e13192d3913e3b79f0b98399825bdc11f8de24da83d5de57271cc678472e06817cb038a5535a6c1596e11e3eb"
},
"32bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2024.07.16/yt-dlp_x86.exe#/yt-dlp.exe",
"hash": "sha512:6a6258a5f13f947fcc38a68062d1a442ccad1884e96911a6c65eb1e6b6d488d57ae9587fc9db9da8031ac3bc88f64e1d8002018e9bea5b1985c0d9eb2388d48c"
}
},
"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"
}
}
}