network/youtube-dl: Updated for version 2016.09.15.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
69bf48b357
commit
246884e87d
|
@ -744,6 +744,29 @@ Use .netrc authentication data
|
|||
Video password (vimeo, smotri, youku)
|
||||
.RS
|
||||
.RE
|
||||
.SS Adobe Pass Options:
|
||||
.TP
|
||||
.B \-\-ap\-mso \f[I]MSO\f[]
|
||||
Adobe Pass multiple\-system operator (TV provider) identifier, use
|
||||
\-\-ap\-list\-mso for a list of available MSOs
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
.B \-\-ap\-username \f[I]USERNAME\f[]
|
||||
Multiple\-system operator account login
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
.B \-\-ap\-password \f[I]PASSWORD\f[]
|
||||
Multiple\-system operator account password.
|
||||
If this option is left out, youtube\-dl will ask interactively.
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
.B \-\-ap\-list\-mso
|
||||
List all supported multiple\-system operators
|
||||
.RS
|
||||
.RE
|
||||
.SS Post\-processing Options:
|
||||
.TP
|
||||
.B \-x, \-\-extract\-audio
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=youtube-dl
|
||||
VERSION=${VERSION:-2016.09.08}
|
||||
VERSION=${VERSION:-2016.09.15}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="youtube-dl"
|
||||
VERSION="2016.09.08"
|
||||
VERSION="2016.09.15"
|
||||
HOMEPAGE="https://rg3.github.io/youtube-dl"
|
||||
DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2016.09.08.tar.gz"
|
||||
MD5SUM="5c75073eee510367e1637b944038c784"
|
||||
DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2016.09.15.tar.gz"
|
||||
MD5SUM="f0d3f6eeba0ab1e31a91d65ba9b3cea7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue