mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/youtube-dl: Updated for version 2016.06.12.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
9c75aa8cf5
commit
b609244b50
3 changed files with 14 additions and 4 deletions
|
@ -1095,6 +1095,16 @@ or &, such as when transferring the downloaded filename to a Windows
|
|||
system or the filename through an 8bit\-unsafe channel.
|
||||
In these cases, add the \f[C]\-\-restrict\-filenames\f[] flag to get a
|
||||
shorter title:
|
||||
.SS Output template and Windows batch files
|
||||
.PP
|
||||
If you are using output template inside a Windows batch file then you
|
||||
must escape plain percent characters (\f[C]%\f[]) by doubling, so that
|
||||
\f[C]\-o\ "%(title)s\-%(id)s.%(ext)s"\f[] should become
|
||||
\f[C]\-o\ "%%(title)s\-%%(id)s.%%(ext)s"\f[].
|
||||
However you should not touch \f[C]%\f[]\[aq]s that are not plain
|
||||
characters, e.g.
|
||||
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.
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=youtube-dl
|
||||
VERSION=${VERSION:-2016.06.11.3}
|
||||
VERSION=${VERSION:-2016.06.12}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="youtube-dl"
|
||||
VERSION="2016.06.11.3"
|
||||
VERSION="2016.06.12"
|
||||
HOMEPAGE="https://rg3.github.io/youtube-dl"
|
||||
DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2016.06.11.3.tar.gz"
|
||||
MD5SUM="4e1e3b3253d95c30a31cab74765c3868"
|
||||
DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2016.06.12.tar.gz"
|
||||
MD5SUM="7a524173cc80c01ca44ff878439c2b6a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue