summaryrefslogtreecommitdiffstats
path: root/network/youtube-dl
diff options
context:
space:
mode:
author Dimitris Zlatanidis2016-03-24 09:16:15 +0100
committer Willy Sudiarto Raharjo2016-03-25 14:03:54 +0100
commitbbc062f3d0dec63a50fb17d31b55cd05a6d80be9 (patch)
tree7c4cc3285158a5e7a5f65c1b523c80f4250783c8 /network/youtube-dl
parentf0c876e406b5e7c44fc09462eb7c5c1317e9457f (diff)
downloadslackbuilds-bbc062f3d0dec63a50fb17d31b55cd05a6d80be9.tar.gz
network/youtube-dl: Updated for version 2016.03.18.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'network/youtube-dl')
-rw-r--r--network/youtube-dl/youtube-dl.114
-rw-r--r--network/youtube-dl/youtube-dl.SlackBuild2
-rw-r--r--network/youtube-dl/youtube-dl.info6
3 files changed, 17 insertions, 5 deletions
diff --git a/network/youtube-dl/youtube-dl.1 b/network/youtube-dl/youtube-dl.1
index c88d605ab6..6369cb7484 100644
--- a/network/youtube-dl/youtube-dl.1
+++ b/network/youtube-dl/youtube-dl.1
@@ -92,6 +92,16 @@ Do not extract the videos of a playlist, only list them.
.RS
.RE
.TP
+.B \-\-mark\-watched
+Mark videos watched (YouTube only)
+.RS
+.RE
+.TP
+.B \-\-no\-mark\-watched
+Do not mark videos watched (YouTube only)
+.RS
+.RE
+.TP
.B \-\-no\-color
Do not emit color codes in output
.RS
@@ -297,7 +307,7 @@ while downloading (some players may not be able to play it)
.TP
.B \-\-external\-downloader \f[I]COMMAND\f[]
Use the specified external downloader.
-Currently supports aria2c,axel,curl,httpie,wget
+Currently supports aria2c,avconv,axel,curl,ffmpeg,httpie,wget
.RS
.RE
.TP
@@ -936,6 +946,8 @@ Allowed names are:
.IP \[bu] 2
\f[C]uploader\f[]: Full name of the video uploader
.IP \[bu] 2
+\f[C]license\f[]: License name the video is licensed under
+.IP \[bu] 2
\f[C]creator\f[]: The main artist who created the video
.IP \[bu] 2
\f[C]release_date\f[]: The date (YYYYMMDD) when the video was released
diff --git a/network/youtube-dl/youtube-dl.SlackBuild b/network/youtube-dl/youtube-dl.SlackBuild
index e4bf66b970..c7f5495e08 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.01}
+VERSION=${VERSION:-2016.03.18}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/youtube-dl/youtube-dl.info b/network/youtube-dl/youtube-dl.info
index 8e7949321b..ae7f3dc181 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.01"
+VERSION="2016.03.18"
HOMEPAGE="https://rg3.github.io/youtube-dl"
-DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2016.03.01.tar.gz"
-MD5SUM="24467eb2391e3137c579b7592d24ad53"
+DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2016.03.18.tar.gz"
+MD5SUM="2950443ad32e27356a48f34fb5891356"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""