mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 21:14:24 +00:00
40 lines
1.5 KiB
JSON
40 lines
1.5 KiB
JSON
{
|
|
"version": "2023.12.30",
|
|
"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.12.30/yt-dlp.exe",
|
|
"hash": "sha512:e0fb2a726c0f7dd78ce7bfad50e8bd4ae83522eb6a88cb707a27b20cf9a97782f2527bcdb613b821048f5d612b62f0436d76374303ca01fe4f2c13c10381654c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2023.12.30/yt-dlp_x86.exe#/yt-dlp.exe",
|
|
"hash": "sha512:5247061e375ea0ce83f198c7086d7b61a517dcb8eca102caeb35495cf97273cec2ec62adc73e174cc310b37ea14d3b5b2113648654f871537e69741dd4a8994b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|