2024-08-01 16:29:13 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2024.08.01",
"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.08.01/yt-dlp.exe",
"hash": "sha512:5631622a97bffcc620d1ebd3f4befe23da4f528a743a17c13c73cbd0669a9c4aa07e7ee0e2a96665dc76bf0979565f673fb9ec40f6ac4ab70e302dfe9f1dcfd2"
},
"32bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2024.08.01/yt-dlp_x86.exe#/yt-dlp.exe",
"hash": "sha512:48e2c8c03acc6d0f144948ded924e293357d2233e2983ec9ed4a9ed9667b6087759668a98bca7e04fa359ccc34821374891dfd592e05d4d9d9915322a31e0d59"
}
},
"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"
}
}
}