network/youtube-dl: Updated for version 2015.09.03.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2015-09-08 17:08:51 +03:00 committed by Willy Sudiarto Raharjo
parent 31ab367111
commit 5150cdef63
3 changed files with 6 additions and 6 deletions

View File

@ -219,7 +219,7 @@ redistribute it or use it however you like.
\-p,\ \-\-password\ PASSWORD\ \ \ \ \ \ \ \ \ \ Account\ password.\ If\ this\ option\ is\ left\ out,\ youtube\-dl\ will\ ask\ interactively.
\-2,\ \-\-twofactor\ TWOFACTOR\ \ \ \ \ \ \ \ Two\-factor\ auth\ code
\-n,\ \-\-netrc\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Use\ .netrc\ authentication\ data
\-\-video\-password\ PASSWORD\ \ \ \ \ \ \ \ Video\ password\ (vimeo,\ smotri)
\-\-video\-password\ PASSWORD\ \ \ \ \ \ \ \ Video\ password\ (vimeo,\ smotri,\ youku)
\f[]
.fi
.SS Post\-processing Options:
@ -911,7 +911,7 @@ The tests will be then be named
\f[C]TestDownload.test_YourExtractor_2\f[], etc.
.IP " 7." 4
Have a look at
\f[C]youtube_dl/common/extractor/common.py\f[] (https://github.com/rg3/youtube-dl/blob/master/youtube_dl/extractor/common.py)
\f[C]youtube_dl/extractor/common.py\f[] (https://github.com/rg3/youtube-dl/blob/master/youtube_dl/extractor/common.py)
for possible helper methods and a detailed description of what your
extractor should and may
return (https://github.com/rg3/youtube-dl/blob/master/youtube_dl/extractor/common.py#L62-L200).

View File

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=youtube-dl
VERSION=${VERSION:-2015.08.23}
VERSION=${VERSION:-2015.09.03}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="youtube-dl"
VERSION="2015.08.23"
VERSION="2015.09.03"
HOMEPAGE="https://rg3.github.io/youtube-dl"
DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2015.08.23.tar.gz"
MD5SUM="09a68f2ed71c11720df1f7da6b01ef0d"
DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2015.09.03.tar.gz"
MD5SUM="7796731ca7e22912d13d8579e00a808b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""