network/youtube-dl: Updated for version 2012.10.09.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
byteframe 2012-11-20 21:25:02 +01:00 committed by dsomero
parent 0302b411af
commit 9c62e3e6ec
3 changed files with 18 additions and 9 deletions

View file

@ -1,4 +1,4 @@
.\" Automatically generated by Pod::Man 2.23 (Pod::Simple 3.14)
.\" Automatically generated by Pod::Man 2.25 (Pod::Simple 3.16)
.\"
.\" Standard preamble:
.\" ========================================================================
@ -124,13 +124,13 @@
.\" ========================================================================
.\"
.IX Title "YOUTUBE-DL 1"
.TH YOUTUBE-DL 1 "2011-08-05" "perl v5.12.4" "User Contributed Perl Documentation"
.TH YOUTUBE-DL 1 "2012-09-28" "youtube-dl" "User commands"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
.nh
.SH "NAME"
youtube\-dl \- download videos from youtube.com
youtube\-dl \- download videos from youtube.com or other video platforms
.SH "SYNOPSIS"
.IX Header "SYNOPSIS"
.Vb 1
@ -138,7 +138,13 @@ youtube\-dl \- download videos from youtube.com
.Ve
.SH "DESCRIPTION"
.IX Header "DESCRIPTION"
youtube-dl is a script to download videos from youtube.com.
youtube-dl is a script to download videos from youtube.com or any other of
the supported video platforms.
.PP
Currently supported sites are: CollegeHumor, Comedy Central, Dailymotion,
Facebook, Metacafe, MyVideo, Photobucket, The Escapist, Vimeo, Yahoo!,
YouTube, blip.tv, depositfiles.com, video.google.com, xvideos, Soundcloud,
InfoQ, Mixcloud, OpenClassRoom.
.PP
Once it is installed in your system, you should be able to call it from
the command line. Usage instructions are easy. Use youtube-dl followed
@ -231,6 +237,9 @@ For youtube.com, in particular, the meaning of the format codes is given as:
Note that not all videos are available in all formats and that other
sites supported by \fByoutube-dl\fR may have different conventions for
their video formats.
.Sp
By default, youtube-dl will download the best available format; if you want
to download the worst format to save bandwidth and time, use \f(CW\*(C`\-f\*(C'\fR \fIworst\fR.
.RE
.IP "\-\-all\-formats" 4
.IX Item "--all-formats"

View file

@ -3,7 +3,7 @@
# Slackware build script for youtube-dl
# Copyright 2010 GPLeo <gpleomail@gmail.com>
# Copyright 2010 byteframe <byteframe@gmail.com>
# Copyright 2010-2012 byteframe <byteframe@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=youtube-dl
VERSION=${VERSION:-2012.01.08b}
VERSION=${VERSION:-2012.10.09}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="youtube-dl"
VERSION="2012.01.08b"
VERSION="2012.10.09"
HOMEPAGE="http://rg3.github.com/youtube-dl"
DOWNLOAD="https://github.com/rg3/youtube-dl/raw/2012.01.08b/youtube-dl"
MD5SUM="a445420376d975a21f0292df5ff6e5b9"
DOWNLOAD="https://github.com/rg3/youtube-dl/raw/2012.10.09/youtube-dl"
MD5SUM="02c2a961099f067a8595ac771baed12a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""