diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-07-03 03:02:39 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-04 15:14:40 +0700 |
commit | 130caca60faed7630a92a8e73bebb9ad4c6b0cf5 (patch) | |
tree | f4bb2d43f92ea2145641fa6aa6029c30cb8f9d75 | |
parent | 9e0ab6793b79abcb1411eadecc98e0fbe3d67e20 (diff) | |
download | slackbuilds-130caca60faed7630a92a8e73bebb9ad4c6b0cf5.tar.gz |
network/youtube-dl: Updated for version 2015.06.25.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | network/youtube-dl/youtube-dl.1 | 3 | ||||
-rw-r--r-- | network/youtube-dl/youtube-dl.SlackBuild | 4 | ||||
-rw-r--r-- | network/youtube-dl/youtube-dl.info | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/network/youtube-dl/youtube-dl.1 b/network/youtube-dl/youtube-dl.1 index 45d0ca4b41..dd51cf5620 100644 --- a/network/youtube-dl/youtube-dl.1 +++ b/network/youtube-dl/youtube-dl.1 @@ -26,6 +26,7 @@ redistribute it or use it however you like. \-\-dump\-user\-agent\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Display\ the\ current\ browser\ identification \-\-list\-extractors\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ List\ all\ supported\ extractors \-\-extractor\-descriptions\ \ \ \ \ \ \ \ \ Output\ descriptions\ of\ all\ supported\ extractors +\-\-force\-generic\-extractor\ \ \ \ \ \ \ \ Force\ extraction\ to\ use\ the\ generic\ extractor \-\-default\-search\ PREFIX\ \ \ \ \ \ \ \ \ \ Use\ this\ prefix\ for\ unqualified\ URLs.\ For\ example\ "gvsearch2:"\ downloads\ two\ videos\ from\ google\ videos\ for\ youtube\-dl\ "large\ apple". \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Use\ the\ value\ "auto"\ to\ let\ youtube\-dl\ guess\ ("auto_warning"\ to\ emit\ a\ warning\ when\ guessing).\ "error"\ just\ throws\ an\ error.\ The \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ default\ value\ "fixup_error"\ repairs\ broken\ URLs,\ but\ emits\ an\ error\ if\ this\ is\ not\ possible\ instead\ of\ searching. @@ -571,7 +572,7 @@ These two error codes indicate that the service is blocking your IP address because of overuse. Contact the service and ask them to unblock your IP address, or \- if you have acquired a whitelisted IP address already \- use the -\f[C]\-\-proxy\f[] or \f[C]\-\-network\-address\f[] +\f[C]\-\-proxy\f[] or \f[C]\-\-source\-address\f[] options (#network-options) to select another IP address. .SS SyntaxError: Non\-ASCII character .PP diff --git a/network/youtube-dl/youtube-dl.SlackBuild b/network/youtube-dl/youtube-dl.SlackBuild index f6eb1daa88..a4b69aaf67 100644 --- a/network/youtube-dl/youtube-dl.SlackBuild +++ b/network/youtube-dl/youtube-dl.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for youtube-dl # Copyright 2010 GPLeo <gpleomail@gmail.com> # Copyright 2010-2012 byteframe <byteframe@gmail.com> -# Copyright 2015 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2015 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=youtube-dl -VERSION=${VERSION:-2015.06.15} +VERSION=${VERSION:-2015.06.25} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/youtube-dl/youtube-dl.info b/network/youtube-dl/youtube-dl.info index 3820292a29..2076e6f864 100644 --- a/network/youtube-dl/youtube-dl.info +++ b/network/youtube-dl/youtube-dl.info @@ -1,8 +1,8 @@ PRGNAM="youtube-dl" -VERSION="2015.06.15" +VERSION="2015.06.25" HOMEPAGE="https://rg3.github.io/youtube-dl" -DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2015.06.15.tar.gz" -MD5SUM="d6208a9777e24ed71629ffa602f717cd" +DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2015.06.25.tar.gz" +MD5SUM="f4c0e0c43bf44c985ca2e877acfd4570" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |