mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #3056 (Instapaper plugin should not require a password)
This commit is contained in:
parent
33604318cb
commit
895cd6ef58
@ -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'
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user