2023-10-07 04:25:24 +00:00

40 lines
1.5 KiB
JSON

{
"version": "2023.10.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/2023.10.07/yt-dlp.exe",
"hash": "sha512:c3aedd3b78ed10db3d87d32c4b137fb93d6cfdf8ef1bc716f7779043d66103f3ba39d6fb0bf8375d343b285f9b3dd893953901d4ecab2a43b35829fa910b6eac"
},
"32bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2023.10.07/yt-dlp_x86.exe#/yt-dlp.exe",
"hash": "sha512:7f9df999b0453a3a262421a507d6c0a86618d8bc50b2708a3b1915689db26f805b84758cd7ef2d97bb0eb6173768ad27c72cd3ee21af8c02ba77984868efb400"
}
},
"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"
],
"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"
}
}
}