summaryrefslogtreecommitdiffstats
path: root/network/youtube-dl
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-04-01 08:34:53 +0300
committer Robby Workman <rworkman@slackbuilds.org>2016-04-03 02:31:34 -0500
commitda42cc00b8425650cc6fce187af8c308ce04f1a6 (patch)
treea21ab62c9bb1147834169a0c60cfd00b0979a1d9 /network/youtube-dl
parent535dd4b92145012115c7d32bce054cd0d3a38c21 (diff)
downloadslackbuilds-da42cc00b8425650cc6fce187af8c308ce04f1a6.tar.gz
slackbuilds-da42cc00b8425650cc6fce187af8c308ce04f1a6.tar.xz
network/youtube-dl: Updated for version 2016.03.27.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'network/youtube-dl')
-rw-r--r--network/youtube-dl/youtube-dl.110
-rw-r--r--network/youtube-dl/youtube-dl.SlackBuild2
-rw-r--r--network/youtube-dl/youtube-dl.info6
3 files changed, 12 insertions, 6 deletions
diff --git a/network/youtube-dl/youtube-dl.1 b/network/youtube-dl/youtube-dl.1
index 6369cb7484..771029d73c 100644
--- a/network/youtube-dl/youtube-dl.1
+++ b/network/youtube-dl/youtube-dl.1
@@ -271,6 +271,12 @@ Number of retries (default is 10), or "infinite".
.RS
.RE
.TP
+.B \-\-fragment\-retries \f[I]RETRIES\f[]
+Number of retries for a fragment (default is 10), or "infinite" (DASH
+only)
+.RS
+.RE
+.TP
.B \-\-buffer\-size \f[I]SIZE\f[]
Size of download buffer (e.g.
1024 or 16K) (default is 1024)
@@ -775,7 +781,7 @@ overwritten by default
.RE
.TP
.B \-\-embed\-subs
-Embed subtitles in the video (only for mkv and mp4 videos)
+Embed subtitles in the video (only for mp4, webm and mkv videos)
.RS
.RE
.TP
@@ -1666,7 +1672,7 @@ If you want to create a build of youtube\-dl yourself, you\[aq]ll need
.IP \[bu] 2
python
.IP \[bu] 2
-make
+make (both GNU make and BSD make are supported)
.IP \[bu] 2
pandoc
.IP \[bu] 2
diff --git a/network/youtube-dl/youtube-dl.SlackBuild b/network/youtube-dl/youtube-dl.SlackBuild
index c7f5495e08..b13de2d20b 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:-2016.03.18}
+VERSION=${VERSION:-2016.03.27}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/youtube-dl/youtube-dl.info b/network/youtube-dl/youtube-dl.info
index ae7f3dc181..0b4a50178b 100644
--- a/network/youtube-dl/youtube-dl.info
+++ b/network/youtube-dl/youtube-dl.info
@@ -1,8 +1,8 @@
PRGNAM="youtube-dl"
-VERSION="2016.03.18"
+VERSION="2016.03.27"
HOMEPAGE="https://rg3.github.io/youtube-dl"
-DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2016.03.18.tar.gz"
-MD5SUM="2950443ad32e27356a48f34fb5891356"
+DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2016.03.27.tar.gz"
+MD5SUM="67a22919f8acd2bf2e6ad17a51ccf436"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""