summaryrefslogtreecommitdiffstats
path: root/network/youtube-dl
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2018-06-01 21:26:56 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-06-02 07:32:27 +0700
commit7d48e6d17dff699e4e80742de5295c2dae2c30c3 (patch)
treeab859b363521d5f819aab54037b45dd365cbd044 /network/youtube-dl
parent1aeccf036000345a77f3d53b78c6d99d7bbdb226 (diff)
downloadslackbuilds-7d48e6d17dff699e4e80742de5295c2dae2c30c3.tar.gz
slackbuilds-7d48e6d17dff699e4e80742de5295c2dae2c30c3.tar.xz
network/youtube-dl: Updated for version 2018.06.02.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'network/youtube-dl')
-rw-r--r--network/youtube-dl/youtube-dl.111
-rw-r--r--network/youtube-dl/youtube-dl.SlackBuild2
-rw-r--r--network/youtube-dl/youtube-dl.info6
3 files changed, 9 insertions, 10 deletions
diff --git a/network/youtube-dl/youtube-dl.1 b/network/youtube-dl/youtube-dl.1
index 7e370282eb..89a3fb67ef 100644
--- a/network/youtube-dl/youtube-dl.1
+++ b/network/youtube-dl/youtube-dl.1
@@ -116,7 +116,7 @@ Do not emit color codes in output
.TP
.B \-\-proxy \f[I]URL\f[]
Use the specified HTTP/HTTPS/SOCKS proxy.
-To enable experimental SOCKS proxy, specify a proper scheme.
+To enable SOCKS proxy, specify a proper scheme.
For example socks5://127.0.0.1:1080/.
Pass in an empty string (\-\-proxy "") for direct connection
.RS
@@ -152,25 +152,24 @@ present) is used for the actual downloading.
.TP
.B \-\-geo\-bypass
Bypass geographic restriction via faking X\-Forwarded\-For HTTP header
-(experimental)
.RS
.RE
.TP
.B \-\-no\-geo\-bypass
Do not bypass geographic restriction via faking X\-Forwarded\-For HTTP
-header (experimental)
+header
.RS
.RE
.TP
.B \-\-geo\-bypass\-country \f[I]CODE\f[]
Force bypass geographic restriction with explicitly provided two\-letter
-ISO 3166\-2 country code (experimental)
+ISO 3166\-2 country code
.RS
.RE
.TP
.B \-\-geo\-bypass\-ip\-block \f[I]IP_BLOCK\f[]
Force bypass geographic restriction with explicitly provided IP block in
-CIDR notation (experimental)
+CIDR notation
.RS
.RE
.SS Video Selection:
@@ -359,7 +358,7 @@ Download playlist videos in random order
.RE
.TP
.B \-\-xattr\-set\-filesize
-Set file xattribute ytdl.filesize with expected file size (experimental)
+Set file xattribute ytdl.filesize with expected file size
.RS
.RE
.TP
diff --git a/network/youtube-dl/youtube-dl.SlackBuild b/network/youtube-dl/youtube-dl.SlackBuild
index 171ef7bc92..52c36c1f05 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:-2018.05.18}
+VERSION=${VERSION:-2018.06.02}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/youtube-dl/youtube-dl.info b/network/youtube-dl/youtube-dl.info
index 3ddc0a0c10..edd0393669 100644
--- a/network/youtube-dl/youtube-dl.info
+++ b/network/youtube-dl/youtube-dl.info
@@ -1,8 +1,8 @@
PRGNAM="youtube-dl"
-VERSION="2018.05.18"
+VERSION="2018.06.02"
HOMEPAGE="https://rg3.github.io/youtube-dl"
-DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2018.05.18/youtube-dl-2018.05.18.tar.gz"
-MD5SUM="e96a385f58462539f8c77da656fa7fb3"
+DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2018.06.02/youtube-dl-2018.06.02.tar.gz"
+MD5SUM="2e778de1495872791dfc7eaec1bf0ef0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""