From 42b58038ea54c89a58d22cc873c2484fbfd04837 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 29 Feb 2012 08:29:16 +0530 Subject: [PATCH] ... --- recipes/instapaper.recipe | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/instapaper.recipe b/recipes/instapaper.recipe index d182e556a2..40992e4d75 100644 --- a/recipes/instapaper.recipe +++ b/recipes/instapaper.recipe @@ -1,8 +1,9 @@ +#v2 2011-07-25 from calibre.web.feeds.news import BasicNewsRecipe class AdvancedUserRecipe1299694372(BasicNewsRecipe): title = u'Instapaper' - __author__ = 'Darko Miletic' + __author__ = 'Darko Miletic, Stanislav Khromov' publisher = 'Instapaper.com' category = 'info, custom, Instapaper' oldest_article = 365 @@ -15,6 +16,8 @@ class AdvancedUserRecipe1299694372(BasicNewsRecipe): ,dict(name='div', attrs={'id':'text_controls'}) ,dict(name='div', attrs={'id':'editing_controls'}) ,dict(name='div', attrs={'class':'bar bottom'}) + ,dict(name='div', attrs={'id':'controlbar_container'}) + ,dict(name='div', attrs={'id':'footer'}) ] use_embedded_content = False needs_subscription = True