mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
network/youtube-dl: Updated for version 2017.08.13.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
3a08ae3d6b
commit
b72c71a79b
3 changed files with 8 additions and 6 deletions
|
@ -1220,7 +1220,8 @@ environment variables for expansion should stay intact:
|
||||||
\f[C]\-o\ "C:\\%HOMEPATH%\\Desktop\\%%(title)s.%%(ext)s"\f[].
|
\f[C]\-o\ "C:\\%HOMEPATH%\\Desktop\\%%(title)s.%%(ext)s"\f[].
|
||||||
.SS Output template examples
|
.SS Output template examples
|
||||||
.PP
|
.PP
|
||||||
Note on Windows you may need to use double quotes instead of single.
|
Note that on Windows you may need to use double quotes instead of
|
||||||
|
single.
|
||||||
.IP
|
.IP
|
||||||
.nf
|
.nf
|
||||||
\f[C]
|
\f[C]
|
||||||
|
@ -1395,7 +1396,8 @@ You may want to add it to the configuration file (#configuration) in
|
||||||
order not to type it every time you run youtube\-dl.
|
order not to type it every time you run youtube\-dl.
|
||||||
.SS Format selection examples
|
.SS Format selection examples
|
||||||
.PP
|
.PP
|
||||||
Note on Windows you may need to use double quotes instead of single.
|
Note that on Windows you may need to use double quotes instead of
|
||||||
|
single.
|
||||||
.IP
|
.IP
|
||||||
.nf
|
.nf
|
||||||
\f[C]
|
\f[C]
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
PRGNAM=youtube-dl
|
PRGNAM=youtube-dl
|
||||||
SRCNAM=$(echo $PRGNAM | tr - _)
|
SRCNAM=$(echo $PRGNAM | tr - _)
|
||||||
VERSION=${VERSION:-2017.07.30.1}
|
VERSION=${VERSION:-2017.08.13}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="youtube-dl"
|
PRGNAM="youtube-dl"
|
||||||
VERSION="2017.07.30.1"
|
VERSION="2017.08.13"
|
||||||
HOMEPAGE="https://rg3.github.io/youtube-dl"
|
HOMEPAGE="https://rg3.github.io/youtube-dl"
|
||||||
DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2017.07.30.1/youtube_dl-2017.07.30.1.tar.gz"
|
DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2017.08.13/youtube_dl-2017.08.13.tar.gz"
|
||||||
MD5SUM="e952ee548f96b17029883567170e16e8"
|
MD5SUM="bfd5d89a06a0392baba7bd03333130ae"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue