2023-10-14 00:33:06 +00:00

40 lines
1.5 KiB
JSON

{
"version": "2023.10.13",
"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.13/yt-dlp.exe",
"hash": "sha512:c8110a585ee7a110a6e59fc69ee3eb7a706e3ea43cecc636b1e11247ff099be584cdbb4bb713221f66876fac199fe6443931bb42af8317f5aec2291c29b14211"
},
"32bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2023.10.13/yt-dlp_x86.exe#/yt-dlp.exe",
"hash": "sha512:2d51d7a82c5c60d803d3d56a07b8548b6b99138ce2effc70697e6f4d32bea40cf88bc6f27d988253df1e208b85ecb1556861256827a274cb49f48f5be99e0ef8"
}
},
"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"
}
}
}