X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/abc36f0474141930338eef35e2444365fab932b6..d9d7cd0e85dc712461d9185db9df9d6c900a573b:/youtube-dl.1 diff --git a/youtube-dl.1 b/youtube-dl.1 index d4c0ab5..49818dc 100644 --- a/youtube-dl.1 +++ b/youtube-dl.1 @@ -297,13 +297,13 @@ Number of retries (default is 10), or "infinite". .RE .TP .B \-\-fragment\-retries \f[I]RETRIES\f[] -Number of retries for a fragment (default is 10), or "infinite" (DASH -and hlsnative only) +Number of retries for a fragment (default is 10), or "infinite" (DASH, +hlsnative and ISM) .RS .RE .TP .B \-\-skip\-unavailable\-fragments -Skip unavailable fragments (DASH and hlsnative only) +Skip unavailable fragments (DASH, hlsnative and ISM) .RS .RE .TP @@ -312,6 +312,12 @@ Abort downloading when some fragment is not available .RS .RE .TP +.B \-\-keep\-fragments +Keep downloaded fragments on disk after downloading is finished; +fragments are erased by default +.RS +.RE +.TP .B \-\-buffer\-size \f[I]SIZE\f[] Size of download buffer (e.g. 1024 or 16K) (default is 1024) @@ -841,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" -.RS +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