mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +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
3d9613f219
commit
cb937d0b22
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[].
|
||||
.SS Output template examples
|
||||
.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
|
||||
.nf
|
||||
\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.
|
||||
.SS Format selection examples
|
||||
.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
|
||||
.nf
|
||||
\f[C]
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
PRGNAM=youtube-dl
|
||||
SRCNAM=$(echo $PRGNAM | tr - _)
|
||||
VERSION=${VERSION:-2017.07.30.1}
|
||||
VERSION=${VERSION:-2017.08.13}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="youtube-dl"
|
||||
VERSION="2017.07.30.1"
|
||||
VERSION="2017.08.13"
|
||||
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"
|
||||
MD5SUM="e952ee548f96b17029883567170e16e8"
|
||||
DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2017.08.13/youtube_dl-2017.08.13.tar.gz"
|
||||
MD5SUM="bfd5d89a06a0392baba7bd03333130ae"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue