Instapaper recipe: remove hidden "speedRead" div to fix SplitError on long articles.

This commit is contained in:
Michael Rabbitt 2016-10-04 22:11:55 -07:00
parent 149da93e1f
commit 2b38ad1bb4

View File

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