network/youtube-dl: Updated for version 2015.09.28.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
29b0a0c035
commit
7fbdbe1415
|
@ -362,6 +362,9 @@ 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[].
|
||||
.IP \[bu] 2
|
||||
\f[C]duration\f[]: The sequence will be replaced by the length of the
|
||||
video in seconds.
|
||||
.PP
|
||||
The current default template is \f[C]%(title)s\-%(id)s.%(ext)s\f[].
|
||||
.PP
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=youtube-dl
|
||||
VERSION=${VERSION:-2015.09.22}
|
||||
VERSION=${VERSION:-2015.09.28}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="youtube-dl"
|
||||
VERSION="2015.09.22"
|
||||
VERSION="2015.09.28"
|
||||
HOMEPAGE="https://rg3.github.io/youtube-dl"
|
||||
DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2015.09.22.tar.gz"
|
||||
MD5SUM="0921743b8fdff90ef934af312567257c"
|
||||
DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2015.09.28.tar.gz"
|
||||
MD5SUM="1a75fb49f4f6539dcb2f95e6b6516d2c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue