mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 22:14:30 +00:00
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"version": "2022.08.19",
|
|
"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/2022.08.19/yt-dlp.exe",
|
|
"hash": "sha512:48e4a5ff61d28c78c73f773fae6002ea8a529ae5c6f45b0d07fa6236f89861c0024afc1ef6e9b8b09600495e3ce0a55e89856b9f8e1dcad1920702877fc714cb"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2022.08.19/yt-dlp_x86.exe#/yt-dlp.exe",
|
|
"hash": "sha512:23b3602e1bdab9f860407ee4e33f720925ef04ee977a570ba882bf7c68b186fdec3ceef91b98dbc1fc2ee3a5bfb969b74c47523e444a503b968af9c45abec99a"
|
|
}
|
|
},
|
|
"bin": "yt-dlp.exe",
|
|
"pre_install": [
|
|
"$manifest.persist | ForEach-Object {",
|
|
" if (-not (Test-Path \"$persist_dir\\$_\")) { New-Item \"$dir\\$_\" -ItemType file | Out-Null }",
|
|
"}"
|
|
],
|
|
"persist": "yt-dlp.conf",
|
|
"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"
|
|
}
|
|
}
|
|
}
|