mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
network/youtube-dl: Updated for version 2017.06.05.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
8100edb84a
commit
82a2a785d4
3 changed files with 14 additions and 7 deletions
|
@ -989,6 +989,13 @@ file (#configuration).
|
|||
.PP
|
||||
On Windows you may also need to setup the \f[C]%HOME%\f[] environment
|
||||
variable manually.
|
||||
For example:
|
||||
.IP
|
||||
.nf
|
||||
\f[C]
|
||||
set\ HOME=%USERPROFILE%
|
||||
\f[]
|
||||
.fi
|
||||
.SH OUTPUT TEMPLATE
|
||||
.PP
|
||||
The \f[C]\-o\f[] option allows users to indicate a template for the
|
||||
|
@ -1303,9 +1310,9 @@ in use \- \f[C]vcodec\f[]: Name of the video codec in use \-
|
|||
\f[C]container\f[]: Name of the container format \- \f[C]protocol\f[]:
|
||||
The protocol that will be used for the actual download, lower\-case
|
||||
(\f[C]http\f[], \f[C]https\f[], \f[C]rtsp\f[], \f[C]rtmp\f[],
|
||||
\f[C]rtmpe\f[], \f[C]mms\f[], \f[C]f4m\f[], \f[C]ism\f[], \f[C]m3u8\f[],
|
||||
or \f[C]m3u8_native\f[]) \- \f[C]format_id\f[]: A short description of
|
||||
the format
|
||||
\f[C]rtmpe\f[], \f[C]mms\f[], \f[C]f4m\f[], \f[C]ism\f[],
|
||||
\f[C]http_dash_segments\f[], \f[C]m3u8\f[], or \f[C]m3u8_native\f[]) \-
|
||||
\f[C]format_id\f[]: A short description of the format
|
||||
.PP
|
||||
Note that none of the aforementioned meta fields are guaranteed to be
|
||||
present since this solely depends on the metadata obtained by particular
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=youtube-dl
|
||||
VERSION=${VERSION:-2017.05.23}
|
||||
VERSION=${VERSION:-2017.06.05}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="youtube-dl"
|
||||
VERSION="2017.05.23"
|
||||
VERSION="2017.06.05"
|
||||
HOMEPAGE="https://rg3.github.io/youtube-dl"
|
||||
DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2017.05.23.tar.gz"
|
||||
MD5SUM="b1e473fd5528a751d0af1bc4073989fc"
|
||||
DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2017.06.05.tar.gz"
|
||||
MD5SUM="abeffdac061a6c6e59df31be5792581e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue