network/youtube-dl: Updated for version 2017.04.26.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2017-04-27 16:29:38 +02:00 committed by Willy Sudiarto Raharjo
parent 8e977b2171
commit e3e14bbd88
3 changed files with 10 additions and 4 deletions

View file

@ -312,6 +312,12 @@ Abort downloading when some fragment is not available
.RS
.RE
.TP
.B \-\-keep\-fragments
Keep downloaded fragments on disk after downloading is finished;
fragments are erased by default
.RS
.RE
.TP
.B \-\-buffer\-size \f[I]SIZE\f[]
Size of download buffer (e.g.
1024 or 16K) (default is 1024)

View file

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

View file

@ -1,8 +1,8 @@
PRGNAM="youtube-dl"
VERSION="2017.04.17"
VERSION="2017.04.26"
HOMEPAGE="https://rg3.github.io/youtube-dl"
DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2017.04.17.tar.gz"
MD5SUM="859d4ef7eb8f19ca43b2d60b8452d3e2"
DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2017.04.26.tar.gz"
MD5SUM="eca213c19a47c67a3b39cee2ad729705"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""