2023-07-06 20:26:25 +00:00

40 lines
1.5 KiB
JSON

{
"version": "2023.07.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/2023.07.06/yt-dlp.exe",
"hash": "sha512:fe7470971d0f02b9036aee509779e68a245746e90971da0a077553aa4259e25a6199e63b19d0b66c4f41f8a2eabfac584db7a9cdcc7f5b8ab5906d336e11ba80"
},
"32bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2023.07.06/yt-dlp_x86.exe#/yt-dlp.exe",
"hash": "sha512:5339b718eff2b1d0df2bfa0a68f163142e30f59fbe7f10b0fa6ecae016a4c3a7078d93650930a2ac525d6934d7879a33056410d49864c1b2666a67d8d1a67741"
}
},
"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"
}
}
}