mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
yt-dlp@2025.10.22: Add arm64 support (#7282)
This commit is contained in:
parent
a8fc7bf71c
commit
d29676a3c2
@ -14,6 +14,10 @@
|
|||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2025.10.22/yt-dlp_x86.exe#/yt-dlp.exe",
|
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2025.10.22/yt-dlp_x86.exe#/yt-dlp.exe",
|
||||||
"hash": "f36d65d4364fc549774a3ff7e6ca272a0b843c5c89aa4c6466a38608e633a7f8"
|
"hash": "f36d65d4364fc549774a3ff7e6ca272a0b843c5c89aa4c6466a38608e633a7f8"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2025.10.22/yt-dlp_arm64.exe#/yt-dlp.exe",
|
||||||
|
"hash": "7cc0cebf3a3c99493910e4bd73da23289d07f2f6a07fc36762299626ba7c03d9"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "yt-dlp.exe",
|
"bin": "yt-dlp.exe",
|
||||||
@ -31,6 +35,9 @@
|
|||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/$version/yt-dlp_x86.exe#/yt-dlp.exe"
|
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/$version/yt-dlp_x86.exe#/yt-dlp.exe"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/$version/yt-dlp_arm64.exe#/yt-dlp.exe"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user