summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-11-19 19:38:07 +0100
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-11-19 19:38:07 +0100
commit8d78373ea007e6e6981fdd4e27974c563b7faec1 (patch)
tree65df2cfe62ebbd2da99de6a53fadd6b49ae1786c
parent17082ad9dbce7cb1a1a92b50c4718d75deec2e67 (diff)
downloadyoutube-dl-8d78373ea007e6e6981fdd4e27974c563b7faec1.tar.gz
youtube-dl-8d78373ea007e6e6981fdd4e27974c563b7faec1.tar.xz
youtube-dl-8d78373ea007e6e6981fdd4e27974c563b7faec1.zip
Document new upload_date template parameter
-rw-r--r--documentation.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation.html b/documentation.html
index 989538658..aac2b0d02 100644
--- a/documentation.html
+++ b/documentation.html
@@ -79,6 +79,7 @@
 <li><em>id</em>: The sequence will be replaced by the video identifier.</li>
 <li><em>url</em>: The sequence will be replaced by the video URL.</li>
 <li><em>uploader</em>: The sequence will be replaced by the nickname of the person who uploaded the video.</li>
+<li><em>upload_date</em>: The sequence will be replaced by the upload date in YYYYMMDD format.</li>
 <li><em>title</em>: The sequence will be replaced by the literal video title.</li>
 <li><em>stitle</em>: The sequence will be replaced by a simplified video title, restricted to alphanumeric characters and dashes.</li>
 <li><em>ext</em>: The sequence will be replaced by the appropriate extension (like <em>flv</em> or <em>mp4</em>).</li>