View Single Post
Old 06-21-2012, 07:50 AM   #2
NotTaken
Connoisseur
NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.
 
Posts: 65
Karma: 4640
Join Date: Aug 2011
Device: kindle
You could try changing:

Code:
dict(attrs={'class':['dblClkTrk', 'ec-article-info',
                'share_inline_header', 'related-items']}),
,

in remove tags, to:

Code:
dict(attrs={'class':['dblClkTrk', 'ec-article-info',
                'share_inline_header', 'related-items',
                'pullquote']}),
I think the 'problem' was a feature to more accurately represent the published content

Last edited by NotTaken; 06-21-2012 at 07:56 AM.
NotTaken is offline   Reply With Quote