mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-13 07:05:14 +00:00
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"version": "2024.07.01",
|
|
"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.07.01/yt-dlp.exe",
|
|
"hash": "sha512:1e9aa5b9ab23b463c9b2c80b0518144635ffba638b453c36230aacd6757e9ccca6d7ab25e4ca934c693d6f1c2f23ff4fc08d3dc009031e502cc42b88f3eedf4a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2024.07.01/yt-dlp_x86.exe#/yt-dlp.exe",
|
|
"hash": "sha512:5a7487d87185719c606f4ef8b0364c537c0a062858bfbb030e9207b250bbe3bb278d423102893cd9a1b69935da37e73534e14cf723595823cc346c1c0bb3fbb7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|