diff options
author | Philipp Hagemeister <[email protected]> | 2012-01-12 20:15:54 +0100 |
---|---|---|
committer | Philipp Hagemeister <[email protected]> | 2012-01-12 20:15:54 +0100 |
commit | 759320387a9b70efa9f9bdfac3b4642b4aa54033 (patch) | |
tree | 14eed68d6fb4a2761549cceb2c2f3363f5a4eca4 | |
parent | 0be94d4c6aa6dedc2ecb0ee96a91b53e7423d38a (diff) | |
download | youtube-dl-759320387a9b70efa9f9bdfac3b4642b4aa54033.tar.gz youtube-dl-759320387a9b70efa9f9bdfac3b4642b4aa54033.zip |
Use stitle instead of title in doc
-rw-r--r-- | documentation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation.html b/documentation.html index ce543375f..b43444437 100644 --- a/documentation.html +++ b/documentation.html @@ -93,7 +93,7 @@ <li><em>autonumber</em>: The sequence will be replaced by a five-digit number that will be increased with each download, starting at zero.</li> </ul> -<p>As you may have guessed, the default template is <em>%(id)s.%(ext)s</em>. When some command line options are used, it's replaced by other templates like <em>%(title)s-%(id)s.%(ext)s</em>. You can specify your own.</p> +<p>As you may have guessed, the default template is <em>%(id)s.%(ext)s</em>. When some command line options are used, it's replaced by other templates like <em>%(stitle)s-%(id)s.%(ext)s</em>. You can specify your own.</p> <div class="note"> <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"> |