mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/youtube-dl: Updated for version 2017.05.23.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
dd81d4c8d3
commit
be44566639
3 changed files with 11 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue