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

View File

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

View File

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