mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
* Update youtube-dl to version 2016.08.12 Youtube-dl updated again. Here is a link to the file on virustotal in case there's worry about there being something wrong with it this time: https://virustotal.com/en/url/c5d7188f77b19ed13a0f9f00690aece860b70088a2b280f1c3711c87a4dcd83b/analysis/1471039807/ I also changed the license to public domain, which is more correct than "unlicensed" * Update youtube-dl.json I also added a checkver variable, because this app is updated quite often, and many times useless if not kept up to date. * Update youtube-dl.json A comma... * Update youtube-dl.json Another comma...
16 lines
522 B
JSON
16 lines
522 B
JSON
{
|
|
"homepage": "http://rg3.github.io/youtube-dl/",
|
|
"license": "Public Domain",
|
|
"version": "2016.08.12",
|
|
"url": "https://yt-dl.org/downloads/2016.08.12/youtube-dl.exe",
|
|
"hash": "f72cbc484b954f2154d0ddc128bf76ba6cde0d4acbf1047ed286fe438c4155dd",
|
|
"bin": "youtube-dl.exe",
|
|
"depends": [
|
|
"ffmpeg"
|
|
],
|
|
"checkver": {
|
|
"url": "http://rg3.github.io/youtube-dl/download.html",
|
|
"re": "<a href=\"https://yt-dl.org/downloads/([0-9\\.]+)/youtube-dl.exe\">Windows exe"
|
|
}
|
|
}
|