From 0732b1f39fb3f1acc2f789428e1137e49eda081b Mon Sep 17 00:00:00 2001 From: Ricardo Garcia Date: Fri, 19 Nov 2010 19:38:36 +0100 Subject: [PATCH] Document change from "ord" to "autonumber" in template --- documentation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.