mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 12:41:21 +00:00
Update youtube-dl to version 2016.08.12 (#990)
* 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...
This commit is contained in:
parent
4166e5e56b
commit
928cb0f3bf
@ -1,11 +1,15 @@
|
|||||||
{
|
{
|
||||||
"homepage": "http://rg3.github.io/youtube-dl/",
|
"homepage": "http://rg3.github.io/youtube-dl/",
|
||||||
"license": "Unlicense",
|
"license": "Public Domain",
|
||||||
"version": "2016.06.11.3",
|
"version": "2016.08.12",
|
||||||
"url": "https://yt-dl.org/downloads/2016.06.11.3/youtube-dl.exe",
|
"url": "https://yt-dl.org/downloads/2016.08.12/youtube-dl.exe",
|
||||||
"hash": "9473dd82871be6eafd37cbd64da5249fb32e046b0b5d3b58d7d98b550567f8c5",
|
"hash": "f72cbc484b954f2154d0ddc128bf76ba6cde0d4acbf1047ed286fe438c4155dd",
|
||||||
"bin": "youtube-dl.exe",
|
"bin": "youtube-dl.exe",
|
||||||
"depends": [
|
"depends": [
|
||||||
"ffmpeg"
|
"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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user