2023-02-17 16:32:21 +00:00

40 lines
1.5 KiB
JSON

{
"version": "2023.02.17",
"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.02.17/yt-dlp.exe",
"hash": "sha512:14d0735aeaf4864fc0734a9621ca1f37a743f3cbe0037b0c389d0c271d2f53deae6fd692a40d7c6c1745e703ac3d6a6a863ec202fe5d9427c5dcc84d143614ea"
},
"32bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2023.02.17/yt-dlp_x86.exe#/yt-dlp.exe",
"hash": "sha512:001d6a492bf0604201c0911946db065edbf3f04975bd726cb54246e15388adf1dd0c2ee8294e16e36b3cf02db1d9ec99b87ffbdde10dc81688c8d5295a06913a"
}
},
"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"
}
}
}