network/youtube-dl: Updated for version 2017.02.11.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2017-02-12 20:53:07 +02:00 committed by Willy Sudiarto Raharjo
parent 288802fe6d
commit 7dcb398eb8
3 changed files with 25 additions and 15 deletions

View file

@ -109,11 +109,6 @@ Do not mark videos watched (YouTube only)
Do not emit color codes in output Do not emit color codes in output
.RS .RS
.RE .RE
.TP
.B \-\-abort\-on\-unavailable\-fragment
Abort downloading when some fragment is not available
.RS
.RE
.SS Network Options: .SS Network Options:
.TP .TP
.B \-\-proxy \f[I]URL\f[] .B \-\-proxy \f[I]URL\f[]
@ -130,17 +125,17 @@ Time to wait before giving up, in seconds
.RE .RE
.TP .TP
.B \-\-source\-address \f[I]IP\f[] .B \-\-source\-address \f[I]IP\f[]
Client\-side IP address to bind to (experimental) Client\-side IP address to bind to
.RS .RS
.RE .RE
.TP .TP
.B \-4, \-\-force\-ipv4 .B \-4, \-\-force\-ipv4
Make all connections via IPv4 (experimental) Make all connections via IPv4
.RS .RS
.RE .RE
.TP .TP
.B \-6, \-\-force\-ipv6 .B \-6, \-\-force\-ipv6
Make all connections via IPv6 (experimental) Make all connections via IPv6
.RS .RS
.RE .RE
.TP .TP
@ -148,7 +143,6 @@ Make all connections via IPv6 (experimental)
Use this proxy to verify the IP address for some geo\-restricted sites. 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 The default proxy specified by \-\-proxy (or none, if the options is not
present) is used for the actual downloading. present) is used for the actual downloading.
(experimental)
.RS .RS
.RE .RE
.SS Video Selection: .SS Video Selection:
@ -228,7 +222,7 @@ Do not download any videos with more than COUNT views
.RE .RE
.TP .TP
.B \-\-match\-filter \f[I]FILTER\f[] .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 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 > if the key is present, !key to check if the key is not present,key >
NUMBER (like "comment_count > 12", also works with >=, <, <=, !=, =) to NUMBER (like "comment_count > 12", also works with >=, <, <=, !=, =) to
@ -292,6 +286,11 @@ Skip unavailable fragments (DASH and hlsnative only)
.RS .RS
.RE .RE
.TP .TP
.B \-\-abort\-on\-unavailable\-fragment
Abort downloading when some fragment is not available
.RS
.RE
.TP
.B \-\-buffer\-size \f[I]SIZE\f[] .B \-\-buffer\-size \f[I]SIZE\f[]
Size of download buffer (e.g. Size of download buffer (e.g.
1024 or 16K) (default is 1024) 1024 or 16K) (default is 1024)
@ -310,6 +309,11 @@ Download playlist videos in reverse order
.RS .RS
.RE .RE
.TP .TP
.B \-\-playlist\-random
Download playlist videos in random order
.RS
.RE
.TP
.B \-\-xattr\-set\-filesize .B \-\-xattr\-set\-filesize
Set file xattribute ytdl.filesize with expected file size (experimental) Set file xattribute ytdl.filesize with expected file size (experimental)
.RS .RS
@ -360,7 +364,13 @@ Output filename template, see the "OUTPUT TEMPLATE" for all the info
.TP .TP
.B \-\-autonumber\-size \f[I]NUMBER\f[] .B \-\-autonumber\-size \f[I]NUMBER\f[]
Specify the number of digits in %(autonumber)s when it is present in 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 .RS
.RE .RE
.TP .TP

View file

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=youtube-dl PRGNAM=youtube-dl
VERSION=${VERSION:-2017.01.28} VERSION=${VERSION:-2017.02.11}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="youtube-dl" PRGNAM="youtube-dl"
VERSION="2017.01.28" VERSION="2017.02.11"
HOMEPAGE="https://rg3.github.io/youtube-dl" HOMEPAGE="https://rg3.github.io/youtube-dl"
DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2017.01.28.tar.gz" DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2017.02.11.tar.gz"
MD5SUM="960b2a99e511eae7375aad1399c93341" MD5SUM="da6b1d726a00697f406b331a3503aa11"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""