network/youtube-dl: Updated for version 2017.05.23.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2017-05-25 20:54:02 +02:00 committed by Willy Sudiarto Raharjo
parent dd81d4c8d3
commit be44566639
3 changed files with 11 additions and 9 deletions

View file

@ -847,12 +847,14 @@ Write metadata to the video file
.TP
.B \-\-metadata\-from\-title \f[I]FORMAT\f[]
Parse additional metadata like song title / artist from the video title.
The format syntax is the same as \-\-output, the parsed parameters
replace existing values.
Additional templates: %(album)s, %(artist)s.
Example: \-\-metadata\-from\-title "%(artist)s \- %(title)s" matches a
title like "Coldplay \- Paradise"
The format syntax is the same as \-\-output.
Regular expression with named capture groups may also be used.
The parsed parameters replace existing values.
Example: \-\-metadata\-from\- title "%(artist)s \- %(title)s" matches a
title like "Coldplay \- Paradise".
Example (regex): \-\-metadata\-from\-title "(?P.+?) \- (?P
.RS
\&.+)"
.RE
.TP
.B \-\-xattrs

View file

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

View file

@ -1,8 +1,8 @@
PRGNAM="youtube-dl"
VERSION="2017.05.07"
VERSION="2017.05.23"
HOMEPAGE="https://rg3.github.io/youtube-dl"
DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2017.05.07.tar.gz"
MD5SUM="2eeb92a4abfb89583af481ca2befffee"
DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2017.05.23.tar.gz"
MD5SUM="b1e473fd5528a751d0af1bc4073989fc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""