2024-07-09 04:27:41 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2024.07.09",
"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.07.09/yt-dlp.exe",
"hash": "sha512:05e8f60d6c8236b0de7f19d8b8f9fcbe4b5255b4a3a0cf9a7b2feff1d3ed25d4cd95bb7cc39bf2bcfe5a4d5d66d5dbd521a95d08be4d8824c5246ffb4414f17f"
},
"32bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2024.07.09/yt-dlp_x86.exe#/yt-dlp.exe",
"hash": "sha512:9821a57d2d82a44a084fcfcca58b7d434597071e0b4c4400f22b980633c444b399339ef9d24ffb281c756331a2b56248bc3bc294e76bfaa67a7d78d5751daa89"
}
},
"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"
}
}
}