2023-01-02 20:25:06 +00:00

40 lines
1.5 KiB
JSON

{
"version": "2023.01.02",
"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/2023.01.02/yt-dlp.exe",
"hash": "sha512:eb6330e2b1cc9e1570f25a000cf2e49bf8c7b1a83e016e48f0606e6d5c0a5cdfe84740662bd22bc86cc22e0955979f300c7209b8fe50d2cc82d70bc7652b9102"
},
"32bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2023.01.02/yt-dlp_x86.exe#/yt-dlp.exe",
"hash": "sha512:d17cfb378d82e35e5841e9db71f3235fbbc266f4832789a296183f308928646bea5b31750f00202c2400503bfc9d1ca0252d020065b56d6dd51fabbac97eba27"
}
},
"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"
],
"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"
}
}
}