X-Git-Url: https://git.jankratochvil.net/?p=youtube-dl.git;a=blobdiff_plain;f=youtube-dl;h=63ad30f54210fb2d807d8cf37e439f4b7a60cbbd;hp=6dac70b68b0d486bf0d54fa5d630ba8e26452dde;hb=31a2ec2d88c935cfacb1745628faee120504ebea;hpb=b88a52504e3c18324c975b6f726b0597e4ce91eb diff --git a/youtube-dl b/youtube-dl index 6dac70b..63ad30f 100755 --- a/youtube-dl +++ b/youtube-dl @@ -4061,7 +4061,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. Use %(stitle)s to get the title, %(uploader)s for the uploader name, %(autonumber)s to get an automatically incremented number, %(ext)s for the filename extension, and %% for a literal percent') + 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, %(ext)s for the filename extension, %(upload_date)s for the upload date (YYYYMMDD), 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',