diff options
author | Filippo Valsorda <filippo.valsorda@gmail.com> | 2012-11-25 20:39:42 +0100 |
---|---|---|
committer | Filippo Valsorda <filippo.valsorda@gmail.com> | 2012-11-25 20:39:42 +0100 |
commit | b6fab35b9f525cfb5a16e45d8412c6f24c7f621c (patch) | |
tree | c36b5d9afe46d6f2c6da2989782b29e0f4455259 /youtube-dl.1 | |
parent | baec15387ce296c6a12fabdff9a1e75d421f798f (diff) |
alias %(title)s to %(stitle)s
Diffstat (limited to 'youtube-dl.1')
-rw-r--r-- | youtube-dl.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl.1 b/youtube-dl.1 index b13b0103c..963bc8d68 100644 --- a/youtube-dl.1 +++ b/youtube-dl.1 @@ -51,7 +51,7 @@ redistribute it or use it however you like. --id\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ use\ video\ ID\ in\ file\ name -l,\ --literal\ \ \ \ \ \ \ \ \ \ \ \ [deprecated]\ alias\ of\ --title -A,\ --auto-number\ \ \ \ \ \ \ \ number\ downloaded\ files\ starting\ from\ 00000 --o,\ --output\ TEMPLATE\ \ \ \ output\ filename\ template.\ Use\ %(stitle)s\ to\ get\ the +-o,\ --output\ TEMPLATE\ \ \ \ output\ filename\ template.\ Use\ %(title)s\ to\ get\ the \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ title,\ %(uploader)s\ for\ the\ uploader\ name, \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ %(autonumber)s\ to\ get\ an\ automatically\ incremented \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ number,\ %(ext)s\ for\ the\ filename\ extension, |