mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-18 17:45:15 +00:00
23 lines
768 B
JSON
23 lines
768 B
JSON
{
|
|
"homepage": "https://rg3.github.io/youtube-dl/",
|
|
"license": "Public Domain",
|
|
"version": "2017.02.28",
|
|
"url": "https://github.com/rg3/youtube-dl/releases/download/2017.02.28/youtube-dl.exe",
|
|
"hash": "7a15113519c6489235c8d98c2cd0788f1ccaede098f44f5217803ee14fb25a5a",
|
|
"bin": "youtube-dl.exe",
|
|
"depends": [
|
|
"ffmpeg"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/rg3/youtube-dl"
|
|
},
|
|
"autoupdate": {
|
|
"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)"
|
|
}
|
|
}
|
|
}
|