mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 05:54:27 +00:00
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"version": "2024.10.22",
|
|
"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/2024.10.22/yt-dlp.exe",
|
|
"hash": "sha512:725398f6ce3a045d30dc548897c04f57f7b7cbd72571181aa365ad1ca68756fa2908820d44ad97eebb9b4b4e95f5237bd6d02b9a2f3740c4e0561f0b6e6e8f93"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2024.10.22/yt-dlp_x86.exe#/yt-dlp.exe",
|
|
"hash": "sha512:083ceb8691fb2079dfb962d79bdcfd5d2920dca454a1a099edff12ed48b036399cbb1c69ced4398839ff88fb7b5d7890cd5f01fe46c40ad548b5ee89c5412312"
|
|
}
|
|
},
|
|
"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",
|
|
"yt-dlp-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"
|
|
}
|
|
}
|
|
}
|