mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Removing Starred feed as it always downloads all the articles I choose to share with others.
This commit is contained in:
parent
ca6b40ed81
commit
f8d9553eb5
@ -37,8 +37,8 @@ class AdvancedUserRecipe1299694372(BasicNewsRecipe):
|
||||
LOGIN = INDEX + u'/user/login'
|
||||
|
||||
feeds = [
|
||||
(u'Instapaper Unread', u'https://www.instapaper.com/u'),
|
||||
(u'Instapaper Starred', u'https://www.instapaper.com/starred')
|
||||
(u'Instapaper Unread', u'https://www.instapaper.com/u')
|
||||
# (u'Instapaper Starred', u'https://www.instapaper.com/starred')
|
||||
]
|
||||
|
||||
def get_browser(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user