X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Foptions.py;h=c182abfdc8f211b7c7520547926ba09b40bf1071;hb=a1cf99d03a6a842aa4e53c211c9f38dd27db5971;hp=cdcf2f62cd56c356597c9f0dc709164a3fe93f73;hpb=3c6af203cc615f835e8ff95508e04d908950249c;p=youtube-dl diff --git a/youtube_dl/options.py b/youtube_dl/options.py index cdcf2f62c..c182abfdc 100644 --- a/youtube_dl/options.py +++ b/youtube_dl/options.py @@ -490,10 +490,12 @@ def parseOpts(overrideArguments=None): '%(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, ' - '%(playlist_index)s for the position in the playlist and %% for a literal percent. ' + '%(id)s for the video id, ' + '%(playlist_title)s, %(playlist_id)s, or %(playlist)s (=title if present, ID otherwise) for the playlist the video is in, ' + '%(playlist_index)s for the position in the playlist. ' '%(height)s and %(width)s for the width and height of the video format. ' '%(resolution)s for a textual description of the resolution of the video format. ' + '%% for a literal percent. ' 'Use - to output to stdout. Can also be used to download to a different directory, ' 'for example with -o \'/my/downloads/%(uploader)s/%(title)s-%(id)s.%(ext)s\' .')) filesystem.add_option(