Removing Starred feed as it always downloads all the articles I choose to share with others.

This commit is contained in:
Michal Nowak 2015-09-15 11:01:26 +02:00
parent ca6b40ed81
commit f8d9553eb5

View File

@ -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):