2023-01-07 04:28:40 +00:00

40 lines
1.5 KiB
JSON

{
"version": "2023.01.06",
"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.06/yt-dlp.exe",
"hash": "sha512:887fe29ae72c3650971a23788a1d6a3acd8181650c154e7ab03cad981c3cc93575241b962650a254cd07eec3dcd03fc1af0397d1896794b99b9ec0ba36435a15"
},
"32bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2023.01.06/yt-dlp_x86.exe#/yt-dlp.exe",
"hash": "sha512:2518683449b41554a35c09300cfa40cd506834e63777cdc5bf6085abe59afa3a11edb5b8a8efc19df8ca215aa17ac8ed2fa13e4e79e14fda0be453fe0913602b"
}
},
"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"
}
}
}