summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2017-02-12 20:53:07 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-18 07:54:26 +0700
commit7dcb398eb840d74a2a17587eb7edb715de4b6e4e (patch)
tree6bdfbb8b3f22445a640b1fcd09b0cfbf3bb00dcb
parent288802fe6d3bc24362cb039150b37f5b8f1d0b45 (diff)
downloadslackbuilds-7dcb398eb840d74a2a17587eb7edb715de4b6e4e.tar.gz
slackbuilds-7dcb398eb840d74a2a17587eb7edb715de4b6e4e.tar.xz
network/youtube-dl: Updated for version 2017.02.11.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r--network/youtube-dl/youtube-dl.132
-rw-r--r--network/youtube-dl/youtube-dl.SlackBuild2
-rw-r--r--network/youtube-dl/youtube-dl.info6
3 files changed, 25 insertions, 15 deletions
diff --git a/network/youtube-dl/youtube-dl.1 b/network/youtube-dl/youtube-dl.1
index 2388e174ac..38c41e25d2 100644
--- a/network/youtube-dl/youtube-dl.1
+++ b/network/youtube-dl/youtube-dl.1
@@ -109,11 +109,6 @@ Do not mark videos watched (YouTube only)
Do not emit color codes in output
.RS
.RE
-.TP
-.B \-\-abort\-on\-unavailable\-fragment
-Abort downloading when some fragment is not available
-.RS
-.RE
.SS Network Options:
.TP
.B \-\-proxy \f[I]URL\f[]
@@ -130,17 +125,17 @@ Time to wait before giving up, in seconds
.RE
.TP
.B \-\-source\-address \f[I]IP\f[]
-Client\-side IP address to bind to (experimental)
+Client\-side IP address to bind to
.RS
.RE
.TP
.B \-4, \-\-force\-ipv4
-Make all connections via IPv4 (experimental)
+Make all connections via IPv4
.RS
.RE
.TP
.B \-6, \-\-force\-ipv6
-Make all connections via IPv6 (experimental)
+Make all connections via IPv6
.RS
.RE
.TP
@@ -148,7 +143,6 @@ Make all connections via IPv6 (experimental)
Use this proxy to verify the IP address for some geo\-restricted sites.
The default proxy specified by \-\-proxy (or none, if the options is not
present) is used for the actual downloading.
-(experimental)
.RS
.RE
.SS Video Selection:
@@ -228,7 +222,7 @@ Do not download any videos with more than COUNT views
.RE
.TP
.B \-\-match\-filter \f[I]FILTER\f[]
-Generic video filter (experimental).
+Generic video filter.
Specify any key (see help for \-o for a list of available keys) to match
if the key is present, !key to check if the key is not present,key >
NUMBER (like "comment_count > 12", also works with >=, <, <=, !=, =) to
@@ -292,6 +286,11 @@ Skip unavailable fragments (DASH and hlsnative only)
.RS
.RE
.TP
+.B \-\-abort\-on\-unavailable\-fragment
+Abort downloading when some fragment is not available
+.RS
+.RE
+.TP
.B \-\-buffer\-size \f[I]SIZE\f[]
Size of download buffer (e.g.
1024 or 16K) (default is 1024)
@@ -310,6 +309,11 @@ Download playlist videos in reverse order
.RS
.RE
.TP
+.B \-\-playlist\-random
+Download playlist videos in random order
+.RS
+.RE
+.TP
.B \-\-xattr\-set\-filesize
Set file xattribute ytdl.filesize with expected file size (experimental)
.RS
@@ -360,7 +364,13 @@ Output filename template, see the "OUTPUT TEMPLATE" for all the info
.TP
.B \-\-autonumber\-size \f[I]NUMBER\f[]
Specify the number of digits in %(autonumber)s when it is present in
-output filename template or \-\-auto\-number option is given
+output filename template or \-\-auto\-number option is given (default is
+5)
+.RS
+.RE
+.TP
+.B \-\-autonumber\-start \f[I]NUMBER\f[]
+Specify the start value for %(autonumber)s (default is 1)
.RS
.RE
.TP
diff --git a/network/youtube-dl/youtube-dl.SlackBuild b/network/youtube-dl/youtube-dl.SlackBuild
index b2d7b33b7f..d62be1bfe9 100644
--- a/network/youtube-dl/youtube-dl.SlackBuild
+++ b/network/youtube-dl/youtube-dl.SlackBuild
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=youtube-dl
-VERSION=${VERSION:-2017.01.28}
+VERSION=${VERSION:-2017.02.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/youtube-dl/youtube-dl.info b/network/youtube-dl/youtube-dl.info
index 4ff23afb42..992d7d8b89 100644
--- a/network/youtube-dl/youtube-dl.info
+++ b/network/youtube-dl/youtube-dl.info
@@ -1,8 +1,8 @@
PRGNAM="youtube-dl"
-VERSION="2017.01.28"
+VERSION="2017.02.11"
HOMEPAGE="https://rg3.github.io/youtube-dl"
-DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2017.01.28.tar.gz"
-MD5SUM="960b2a99e511eae7375aad1399c93341"
+DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2017.02.11.tar.gz"
+MD5SUM="da6b1d726a00697f406b331a3503aa11"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""