mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-02 18:14:49 +00:00
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"version": "2024.10.07",
|
|
"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.07/yt-dlp.exe",
|
|
"hash": "sha512:1397fe8151af8e932d1ab1eca0f49994f0b3cc7093a5e5e614c9b7d6a8f61a0f64a000f24e4d5d82d67aea362c4543397747978f529fa54f941c826d206e8f4c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2024.10.07/yt-dlp_x86.exe#/yt-dlp.exe",
|
|
"hash": "sha512:329667039f001b1ebb1ef142990b87ce52054cb8dbe51195f0c0d3200a1bbf17107138dae3f7624442a9944fc08b28e88c289b1ffa1377375b0c8f67ff6e0e9e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|