The site of the newspaper Los Tiempos, Bolivia has introduced a Tweet link on its articles. In my opinion this should be eliminated in the recipe. This can easily be done by adding its class to remove_tags:
Code:
remove_tags = [
dict(name=['meta','link','form','iframe','embed','object','hr'])
,dict(attrs={'class':['caja_fonts sin_border_bot','pub','twitter-share-button']})
]