diff --git a/documentation.html b/documentation.html index aac2b0d02..3e4d9ec56 100644 --- a/documentation.html +++ b/documentation.html @@ -84,7 +84,7 @@
  • stitle: The sequence will be replaced by a simplified video title, restricted to alphanumeric characters and dashes.
  • ext: The sequence will be replaced by the appropriate extension (like flv or mp4).
  • epoch: The sequence will be replaced by the Unix epoch when creating the file.
  • -
  • ord: The sequence will be replaced by a five-digit number that will be increased with each download, starting at zero.
  • +
  • autonumber: The sequence will be replaced by a five-digit number that will be increased with each download, starting at zero.
  • As you may have guessed, the default template is %(id)s.%(ext)s. When some command line options are used, it's replaced by other templates like %(title)s-%(id)s.%(ext)s. You can specify your own.