diff options
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 |
commit | 7dcb398eb840d74a2a17587eb7edb715de4b6e4e (patch) | |
tree | 6bdfbb8b3f22445a640b1fcd09b0cfbf3bb00dcb /network/youtube-dl/youtube-dl.1 | |
parent | 288802fe6d3bc24362cb039150b37f5b8f1d0b45 (diff) | |
download | slackbuilds-7dcb398eb840d74a2a17587eb7edb715de4b6e4e.tar.gz |
network/youtube-dl: Updated for version 2017.02.11.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'network/youtube-dl/youtube-dl.1')
-rw-r--r-- | network/youtube-dl/youtube-dl.1 | 32 |
1 files changed, 21 insertions, 11 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 |