2024-12-06 16:31:11 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2024.12.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/2024.12.06/yt-dlp.exe",
"hash": "sha512:98a11903c75cd4d1f0008f88b26825e4bd4ede54396f634881f7c0f109b0a0920ccdb1b19df452f255d781e44f7e70962b5794400c47e9b255a9cf84524315da"
},
"32bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2024.12.06/yt-dlp_x86.exe#/yt-dlp.exe",
"hash": "sha512:b17876c7f29d6b657f9c7caccb343d2364881d9dcee76c29fde797df04ba05dba6fcecb359872e50384cb14bf28b9a6b78f9106107c18e22829ff0104c5e99b8"
}
},
"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"
}
}
}