help='The filename stem at which to write output ' +
'(eg: "%(default)s" produces %(default)s.text, %(default)s.pdf, etc.)',
default='book')
+ parser.add_argument('--pandoc', help='Location of the pandoc executable')
parser.add_argument(
'--timeout',
help='How long to wait for HTTP requests, in seconds',