diff options
Diffstat (limited to 'network/youtube-dl')
-rw-r--r-- | network/youtube-dl/youtube-dl.1 | 11 | ||||
-rw-r--r-- | network/youtube-dl/youtube-dl.SlackBuild | 2 | ||||
-rw-r--r-- | network/youtube-dl/youtube-dl.info | 6 |
3 files changed, 10 insertions, 9 deletions
diff --git a/network/youtube-dl/youtube-dl.1 b/network/youtube-dl/youtube-dl.1 index 4b63c78664..ef57bb8190 100644 --- a/network/youtube-dl/youtube-dl.1 +++ b/network/youtube-dl/youtube-dl.1 @@ -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[]. diff --git a/network/youtube-dl/youtube-dl.SlackBuild b/network/youtube-dl/youtube-dl.SlackBuild index 0197c85c47..2fb32dc354 100644 --- a/network/youtube-dl/youtube-dl.SlackBuild +++ b/network/youtube-dl/youtube-dl.SlackBuild @@ -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} diff --git a/network/youtube-dl/youtube-dl.info b/network/youtube-dl/youtube-dl.info index f9e1704e90..da3f05cec1 100644 --- a/network/youtube-dl/youtube-dl.info +++ b/network/youtube-dl/youtube-dl.info @@ -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="" |