Fix #3056 (Instapaper plugin should not require a password)

This commit is contained in:
Kovid Goyal 2009-08-06 10:11:34 -06:00
parent 33604318cb
commit 895cd6ef58
2 changed files with 15 additions and 8 deletions

View File

@ -39,6 +39,10 @@ options. the available options depend on the input and output file types. \
To get help on them specify the input and output file and then use the -h \ To get help on them specify the input and output file and then use the -h \
option. option.
You can also get detailed help on all the options any input/output pair \
of formats supports by specifying the -h flag after the input and output \
filenames.
For full documentation of the conversion system see For full documentation of the conversion system see
''') + 'http://calibre.kovidgoyal.net/user_manual/conversion.html' ''') + 'http://calibre.kovidgoyal.net/user_manual/conversion.html'

View File

@ -12,7 +12,10 @@ from calibre.web.feeds.news import BasicNewsRecipe
class Instapaper(BasicNewsRecipe): class Instapaper(BasicNewsRecipe):
title = 'Instapaper.com' title = 'Instapaper.com'
__author__ = 'Darko Miletic' __author__ = 'Darko Miletic'
description = 'Personalized news feeds. Go to instapaper.com to setup up your news.' description = '''Personalized news feeds. Go to instapaper.com to
setup up your news. Fill in your instapaper
username, and leave the password field
below blank.'''
publisher = 'Instapaper.com' publisher = 'Instapaper.com'
category = 'news, custom' category = 'news, custom'
oldest_article = 7 oldest_article = 7