summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-11-20 03:54:25 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-26 11:47:39 +0700
commite8c1de6ffc3cc4917bea9519bc91da3ada9f5dac (patch)
tree4b31f2927a732a2922f5a965702f3b4bd3f6fbef /network
parent70c7540494641a58baafe7aafff89f990e548353 (diff)
downloadslackbuilds-e8c1de6ffc3cc4917bea9519bc91da3ada9f5dac.tar.gz
slackbuilds-e8c1de6ffc3cc4917bea9519bc91da3ada9f5dac.tar.xz
network/youtube-dl: Updated for version 2016.11.18.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'network')
-rw-r--r--network/youtube-dl/youtube-dl.14
-rw-r--r--network/youtube-dl/youtube-dl.SlackBuild2
-rw-r--r--network/youtube-dl/youtube-dl.info6
3 files changed, 7 insertions, 5 deletions
diff --git a/network/youtube-dl/youtube-dl.1 b/network/youtube-dl/youtube-dl.1
index c144269d4f..7c0040649c 100644
--- a/network/youtube-dl/youtube-dl.1
+++ b/network/youtube-dl/youtube-dl.1
@@ -1496,11 +1496,13 @@ another machine / in my webbrowser.
.PP
It depends a lot on the service.
In many cases, requests for the video (to download/play it) must come
-from the same IP address and with the same cookies.
+from the same IP address and with the same cookies and/or HTTP headers.
Use the \f[C]\-\-cookies\f[] option to write the required cookies into a
file, and advise your downloader to read cookies from that file.
Some sites also require a common user agent to be used, use
\f[C]\-\-dump\-user\-agent\f[] to see the one in use by youtube\-dl.
+You can also get necessary cookies and HTTP headers from JSON output
+obtained with \f[C]\-\-dump\-json\f[].
.PP
It may be beneficial to use IPv6; in some cases, the restrictions are
only applied to IPv4.
diff --git a/network/youtube-dl/youtube-dl.SlackBuild b/network/youtube-dl/youtube-dl.SlackBuild
index dc7adaee87..639183065f 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.11.04}
+VERSION=${VERSION:-2016.11.18}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/youtube-dl/youtube-dl.info b/network/youtube-dl/youtube-dl.info
index 3ccfe296ba..309cde456f 100644
--- a/network/youtube-dl/youtube-dl.info
+++ b/network/youtube-dl/youtube-dl.info
@@ -1,8 +1,8 @@
PRGNAM="youtube-dl"
-VERSION="2016.11.04"
+VERSION="2016.11.18"
HOMEPAGE="https://rg3.github.io/youtube-dl"
-DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2016.11.04.tar.gz"
-MD5SUM="e054ac4bc9f7f3949bd82484556b99cf"
+DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2016.11.18.tar.gz"
+MD5SUM="d5b0ec062a6b1177fd141faf7d37fd47"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""