2024-07-08 00:34:04 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2024.07.07",
"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.07/yt-dlp.exe",
"hash": "sha512:421027d3b7e366dc10caaa353307c711333db323158da65bc2ec80949f38663a6a8a9daf016bc3c1ccde9a64fd5c0040e88f4ad9f3fb7b85f46dc780a64388fe"
},
"32bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2024.07.07/yt-dlp_x86.exe#/yt-dlp.exe",
"hash": "sha512:498bc1c59c366fe55c82c038fc6d5b7234863e90c499c0a7a420f2c80dc1fd2ab6b1f3e9c9a74ea0fd9c1c731ce17d2e1d60209270ab122b3d074a4cd810325d"
}
},
"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"
}
}
}