mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
Use hash extracting for youtube-dl
This commit is contained in:
parent
653b9192bd
commit
f3faf8d2f0
@ -12,6 +12,11 @@
|
||||
"github": "https://github.com/rg3/youtube-dl"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://github.com/rg3/youtube-dl/releases/download/$version/youtube-dl.exe"
|
||||
"url": "https://github.com/rg3/youtube-dl/releases/download/$version/youtube-dl.exe",
|
||||
"hash": {
|
||||
"mode": "extract",
|
||||
"url": "https://github.com/rg3/youtube-dl/releases/download/$version/SHA2-256SUMS",
|
||||
"find": "([a-z0-9]{64})\\s+(?:$basename)"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user