From 2b38ad1bb4e17c80eeaa0e765c8943b1345ceabe Mon Sep 17 00:00:00 2001 From: Michael Rabbitt Date: Tue, 4 Oct 2016 22:11:55 -0700 Subject: [PATCH] Instapaper recipe: remove hidden "speedRead" div to fix SplitError on long articles. --- recipes/instapaper.recipe | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/instapaper.recipe b/recipes/instapaper.recipe index 2c309a1d70..6c9f40dcc4 100644 --- a/recipes/instapaper.recipe +++ b/recipes/instapaper.recipe @@ -30,6 +30,7 @@ class AdvancedUserRecipe1299694372(BasicNewsRecipe): dict(name='div', attrs={'class': 'evernote_confirm'}), dict(name='div', attrs={'id': 'controlbar_container'}), dict(name='div', attrs={'id': 'footer'}), + dict(name='div', attrs={'id': 'speedRead'}), dict(name='label') ] use_embedded_content = False