mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 04:24:28 +00:00
* makes changes to almost all main repo files to be in accordance with .editorconfig * some files in "test\fixtures\..." were left alone to avoid breaking tests * NOTE: whitespace changes *only* (`git diff -b` shows no changes)
13 lines
324 B
JSON
13 lines
324 B
JSON
{
|
|
"homepage": "http://rg3.github.io/youtube-dl/",
|
|
"license": "Unlicense",
|
|
"version": "2015.08.09",
|
|
"url": "https://yt-dl.org/downloads/2015.08.09/youtube-dl.exe",
|
|
"hash": "md5:3451d842fd4ca39ce6b1226fd7776bf3",
|
|
"bin": "youtube-dl.exe",
|
|
"depends": [
|
|
"ffmpeg",
|
|
"python"
|
|
]
|
|
}
|