Document %(format)s (#1612)
authorPhilipp Hagemeister <phihag@phihag.de>
Fri, 18 Oct 2013 21:06:49 +0000 (23:06 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Fri, 18 Oct 2013 21:09:08 +0000 (23:09 +0200)
youtube_dl/__init__.py

index 47acb4320db7142c58789ce120a567b1f46c7088..bb59f257b7d1a09716296a90b88dd57411b30a61 100644 (file)
@@ -332,7 +332,9 @@ def parseOpts(overrideArguments=None):
             help=('output filename template. Use %(title)s to get the title, '
                   '%(uploader)s for the uploader name, %(uploader_id)s for the uploader nickname if different, '
                   '%(autonumber)s to get an automatically incremented number, '
-                  '%(ext)s for the filename extension, %(upload_date)s for the upload date (YYYYMMDD), '
+                  '%(ext)s for the filename extension, '
+                  '%(format)s for the format description (like "22 - 1280x720" or "HD")'
+                  '%(upload_date)s for the upload date (YYYYMMDD), '
                   '%(extractor)s for the provider (youtube, metacafe, etc), '
                   '%(id)s for the video id , %(playlist)s for the playlist the video is in, '
                   '%(playlist_index)s for the position in the playlist and %% for a literal percent. '