summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2018-01-28 14:18:08 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-02-03 06:55:21 +0700
commit49bdbebe8999f686befa22a9f9278a4761ad19f4 (patch)
treeba9cff85d507caa379db94f8406d8ab7fa5af5d5
parent664f5ab442f9925650e0ed8d99ccc44cdd0f6894 (diff)
downloadslackbuilds-49bdbebe8999f686befa22a9f9278a4761ad19f4.tar.gz
slackbuilds-49bdbebe8999f686befa22a9f9278a4761ad19f4.tar.xz
network/youtube-dl: Updated for version 2018.01.27.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r--network/youtube-dl/youtube-dl.118
-rw-r--r--network/youtube-dl/youtube-dl.SlackBuild2
-rw-r--r--network/youtube-dl/youtube-dl.info6
3 files changed, 20 insertions, 6 deletions
diff --git a/network/youtube-dl/youtube-dl.1 b/network/youtube-dl/youtube-dl.1
index 9ab22b088e..3800a96a65 100644
--- a/network/youtube-dl/youtube-dl.1
+++ b/network/youtube-dl/youtube-dl.1
@@ -11,7 +11,7 @@ youtube\-dl \- download videos from youtube.com or other video platforms
YouTube.com and a few more sites.
It requires the Python interpreter, version 2.6, 2.7, or 3.2+, and it is
not platform specific.
-It should work on your Unix box, on Windows or on Mac OS X.
+It should work on your Unix box, on Windows or on macOS.
It is released to the public domain, which means you can modify it,
redistribute it or use it however you like.
.SH OPTIONS
@@ -1066,6 +1066,15 @@ scale used depends on the webpage
.IP \[bu] 2
\f[C]age_limit\f[] (numeric): Age restriction for the video (years)
.IP \[bu] 2
+\f[C]is_live\f[] (boolean): Whether this video is a live stream or a
+fixed\-length video
+.IP \[bu] 2
+\f[C]start_time\f[] (numeric): Time in seconds where the reproduction
+should start, as specified in the URL
+.IP \[bu] 2
+\f[C]end_time\f[] (numeric): Time in seconds where the reproduction
+should end, as specified in the URL
+.IP \[bu] 2
\f[C]format\f[] (string): A human\-readable description of the format
.IP \[bu] 2
\f[C]format_id\f[] (string): Format code specified by
@@ -1120,6 +1129,11 @@ padded with leading zeros according to the total length of the playlist
\f[C]playlist_id\f[] (string): Playlist identifier
.IP \[bu] 2
\f[C]playlist_title\f[] (string): Playlist title
+.IP \[bu] 2
+\f[C]playlist_uploader\f[] (string): Full name of the playlist uploader
+.IP \[bu] 2
+\f[C]playlist_uploader_id\f[] (string): Nickname or id of the playlist
+uploader
.PP
Available for the video that belongs to some logical chapter or section:
.IP \[bu] 2
@@ -1732,7 +1746,7 @@ Make sure you have correct newline
format (https://en.wikipedia.org/wiki/Newline) in the cookies file and
convert newlines if necessary to correspond with your OS, namely
\f[C]CRLF\f[] (\f[C]\\r\\n\f[]) for Windows and \f[C]LF\f[]
-(\f[C]\\n\f[]) for Unix and Unix\-like systems (Linux, Mac OS, etc.).
+(\f[C]\\n\f[]) for Unix and Unix\-like systems (Linux, macOS, etc.).
\f[C]HTTP\ Error\ 400:\ Bad\ Request\f[] when using \f[C]\-\-cookies\f[]
is a good sign of invalid newline format.
.PP
diff --git a/network/youtube-dl/youtube-dl.SlackBuild b/network/youtube-dl/youtube-dl.SlackBuild
index c62162c588..1c56080673 100644
--- a/network/youtube-dl/youtube-dl.SlackBuild
+++ b/network/youtube-dl/youtube-dl.SlackBuild
@@ -25,7 +25,7 @@
PRGNAM=youtube-dl
SRCNAM=$(echo $PRGNAM | tr - _)
-VERSION=${VERSION:-2018.01.07}
+VERSION=${VERSION:-2018.01.27}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/youtube-dl/youtube-dl.info b/network/youtube-dl/youtube-dl.info
index c35dc30755..a663b98a02 100644
--- a/network/youtube-dl/youtube-dl.info
+++ b/network/youtube-dl/youtube-dl.info
@@ -1,8 +1,8 @@
PRGNAM="youtube-dl"
-VERSION="2018.01.07"
+VERSION="2018.01.27"
HOMEPAGE="https://rg3.github.io/youtube-dl"
-DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2018.01.07/youtube_dl-2018.01.07.tar.gz"
-MD5SUM="dc81ebc1fff7b6baedb8a757b2ef62d6"
+DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2018.01.27/youtube_dl-2018.01.27.tar.gz"
+MD5SUM="f71a5e87e17057242e941579417d1541"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""