network/youtube-dl: Updated for version 2015.09.22.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
30e73284ca
commit
0568e69968
|
@ -313,7 +313,7 @@ machine\ twitch\ login\ my_twitch_account_name\ password\ my_twitch_password
|
|||
.fi
|
||||
.PP
|
||||
To activate authentication with \f[C]\&.netrc\f[] file you should pass
|
||||
\f[C]\-\-netrc\f[] to youtube\-dl or to place it in configuration
|
||||
\f[C]\-\-netrc\f[] to youtube\-dl or place it in configuration
|
||||
file (#configuration).
|
||||
.PP
|
||||
On Windows you may also need to setup \f[C]%HOME%\f[] environment
|
||||
|
@ -353,11 +353,12 @@ creating the file.
|
|||
\f[C]autonumber\f[]: The sequence will be replaced by a five\-digit
|
||||
number that will be increased with each download, starting at zero.
|
||||
.IP \[bu] 2
|
||||
\f[C]playlist\f[]: The name or the id of the playlist that contains the
|
||||
video.
|
||||
\f[C]playlist\f[]: The sequence will be replaced by the name or the id
|
||||
of the playlist that contains the video.
|
||||
.IP \[bu] 2
|
||||
\f[C]playlist_index\f[]: The index of the video in the playlist, a
|
||||
five\-digit number.
|
||||
\f[C]playlist_index\f[]: The sequence will be replaced by the index of
|
||||
the video in the playlist padded with leading zeros according to the
|
||||
total length of the playlist.
|
||||
.IP \[bu] 2
|
||||
\f[C]format_id\f[]: The sequence will be replaced by the format code
|
||||
specified by \f[C]\-\-format\f[].
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=youtube-dl
|
||||
VERSION=${VERSION:-2015.09.09}
|
||||
VERSION=${VERSION:-2015.09.22}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="youtube-dl"
|
||||
VERSION="2015.09.09"
|
||||
VERSION="2015.09.22"
|
||||
HOMEPAGE="https://rg3.github.io/youtube-dl"
|
||||
DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2015.09.09.tar.gz"
|
||||
MD5SUM="8bca5571f37ecd0f84ce6fe77fc35c39"
|
||||
DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2015.09.22.tar.gz"
|
||||
MD5SUM="0921743b8fdff90ef934af312567257c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue