View Single Post
Old 05-07-2011, 08:58 AM   #10
maxwells_daemon
Junior Member
maxwells_daemon began at the beginning.
 
Posts: 1
Karma: 12
Join Date: May 2011
Device: Kindle
Quote:
Originally Posted by dieterpops View Post
Thanks for the replies. If anyone can give some guidance on how to modify the recipe to get rid of these links, that would be much appreciated.
Customise the built-in Economist recipe and change the line
Code:
dict(attrs={'class':['dblClkTrk', 'ec-article-info', 'share_inline_header']}),
and add 'related-items' to the list, like this:
Code:
dict(attrs={'class':['dblClkTrk', 'ec-article-info', 'share_inline_header', 'related-items']}),
Tim.
maxwells_daemon is offline   Reply With Quote