2021-10-10 00:13:04 -07:00

35 lines
1.3 KiB
JSON

{
"version": "2021.10.10",
"description": "A youtube-dl fork with additional features and fixes.",
"homepage": "https://github.com/yt-dlp/yt-dlp",
"license": "Unlicense",
"suggest": {
"vcredist": "extras/vcredist2010"
},
"architecture": {
"64bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2021.10.10/yt-dlp.exe",
"hash": "sha512:9e97898afd839d60634c34add9cff339061beee310628eac2591b66a79d55499993053c751828141e8f6a5048799c4c5a9e7d0589ceb6a41cea9918885f2924d"
},
"32bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2021.10.10/yt-dlp_x86.exe#/yt-dlp.exe",
"hash": "sha512:b41e303497e55527758df20039b6af084235b9d99feba849e079f7555dcae62019c39c277b086308d8a23aed38b63a788c082a2f6d5f44712a4e75774e300046"
}
},
"bin": "yt-dlp.exe",
"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"
}
}
}