This commit is contained in:
Kovid Goyal 2008-03-06 22:18:09 +00:00
parent 98b2a20147
commit ba7af95b90
3 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -46,6 +46,8 @@ recipe as a string - $prog will load the recipe directly from the string arg.
If you specify this option, any argument to %prog is ignored and a default recipe is used to download the feeds.'''))
p.add_option('--verbose', default=False, action='store_true',
help=_('''Be more verbose while processing.'''))
p.add_option('--title', default=None,
help='The title for this recipe. Used as the title for any ebooks created from the downloaded feeds.')
p.add_option('--username', default=None, help=_('Username for sites that require a login to access content.'))
p.add_option('--password', default=None, help=_('Password for sites that require a login to access content.'))
p.add_option('--lrf', default=False, action='store_true', help='Optimize fetching for subsequent conversion to LRF.')