X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=youtube-dl;h=1afa43ff1e8c3afbb2c2ea4612aac03224b1b473;hb=36f6cb369bdb5234389b2b1bb82800149d040db5;hp=7a47365972799ec46ca8917d54bc65eee7c511a8;hpb=b845d58b040b132b94afb82acce7ccedf4f6fb27;p=youtube-dl.git diff --git a/youtube-dl b/youtube-dl index 7a47365..1afa43f 100755 --- a/youtube-dl +++ b/youtube-dl @@ -3576,7 +3576,7 @@ def parseOpts(): action='store_true', dest='autonumber', help='number downloaded files starting from 00000', default=False) filesystem.add_option('-o', '--output', - dest='outtmpl', metavar='TEMPLATE', help='output filename template') + dest='outtmpl', metavar='TEMPLATE', help='output filename template. Use %(stitle)s to get the title, %(uploader)s for the uploader name, %(autonumber)s to get an automatically incremented number, and %% for a literal percent') filesystem.add_option('-a', '--batch-file', dest='batchfile', metavar='FILE', help='file containing URLs to download (\'-\' for stdin)') filesystem.add_option('-w', '--no-overwrites',