network/youtube-dl: Updated for version 2017.01.08.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2017-01-10 03:11:24 +02:00 committed by Willy Sudiarto Raharjo
parent 157f39472a
commit 74ae411987
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 8 additions and 5 deletions

View file

@ -924,6 +924,9 @@ whitespace\f[] after \f[C]\-\f[] or \f[C]\-\-\f[], e.g.
.PP
You can use \f[C]\-\-ignore\-config\f[] if you want to disable the
configuration file for a particular youtube\-dl run.
.PP
You can also use \f[C]\-\-config\-location\f[] if you want to use custom
configuration file for a particular youtube\-dl run.
.SS Authentication with \f[C]\&.netrc\f[] file
.PP
You may also want to configure automatic credentials storage for
@ -1933,7 +1936,7 @@ class\ YourExtractorIE(InfoExtractor):
\ \ \ \ \ \ \ \ \ \ \ \ \[aq]id\[aq]:\ \[aq]42\[aq],
\ \ \ \ \ \ \ \ \ \ \ \ \[aq]ext\[aq]:\ \[aq]mp4\[aq],
\ \ \ \ \ \ \ \ \ \ \ \ \[aq]title\[aq]:\ \[aq]Video\ title\ goes\ here\[aq],
\ \ \ \ \ \ \ \ \ \ \ \ \[aq]thumbnail\[aq]:\ \[aq]re:^https?://.*\\.jpg$\[aq],
\ \ \ \ \ \ \ \ \ \ \ \ \[aq]thumbnail\[aq]:\ r\[aq]re:^https?://.*\\.jpg$\[aq],
\ \ \ \ \ \ \ \ \ \ \ \ #\ TODO\ more\ properties,\ either\ as:
\ \ \ \ \ \ \ \ \ \ \ \ #\ *\ A\ value
\ \ \ \ \ \ \ \ \ \ \ \ #\ *\ MD5\ checksum;\ start\ the\ string\ with\ md5:

View file

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

View file

@ -1,8 +1,8 @@
PRGNAM="youtube-dl"
VERSION="2017.01.02"
VERSION="2017.01.08"
HOMEPAGE="https://rg3.github.io/youtube-dl"
DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2017.01.02.tar.gz"
MD5SUM="1e3234bcfc6311c608e2992fe9f4db82"
DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2017.01.08.tar.gz"
MD5SUM="85dc6a8ee5de66be6847abcbd5d31bce"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""