2024-11-04 04:29:46 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2024.11.04",
"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.11.04/yt-dlp.exe",
"hash": "sha512:58d62d5265f769a944661b1b7ae4dc7bd521714758989d4fcae6ee23f577bb7b9b5cd38d4cda106646922760c1e7be0761305ba76fd49e0632c6799c27e020af"
},
"32bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2024.11.04/yt-dlp_x86.exe#/yt-dlp.exe",
"hash": "sha512:d2b2be03c5acd06b8f6ca05a2f0923c0b629e5167514d8bf617bf13d9ab58d115ba4df6934d09bdbadff2f30c4dcfbd396ca91cda20920f76d00f74ccb56e313"
}
},
"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"
}
}
}