aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-10-25 17:17:23 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-10-25 17:18:06 +0200
commitb5936c0059eae236cfc0b53fadf6bc24f8f8f3a1 (patch)
tree27f06669c447daf1bd6973903edd12b36e28b88f
parent600cc1a4f0503651e4fd94af967d25dab3645859 (diff)
downloadyoutube-dl-b5936c0059eae236cfc0b53fadf6bc24f8f8f3a1.tar.xz
Document the %(format_id)s field for the output template
-rw-r--r--youtube_dl/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/__init__.py b/youtube_dl/__init__.py
index c141dcdda..a33dec785 100644
--- a/youtube_dl/__init__.py
+++ b/youtube_dl/__init__.py
@@ -336,7 +336,8 @@ def parseOpts(overrideArguments=None):
'%(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, '
- '%(format)s for the format description (like "22 - 1280x720" or "HD")'
+ '%(format)s for the format description (like "22 - 1280x720" or "HD"),'
+ '%(format_id)s for the unique id of the format (like Youtube\'s itags: "137"),'
'%(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, '