remove_tags does not work
I am having great difficulty creating recipes. Most recently, I have tried the following:
remove_tags = [dict(name='div', attrs={'class':'clearfix'})]
remove_tags_after = [dict(name='div',attrs={'id':'wrapper'})]
Neither line has any effect on that is produced; no tags are removed.
Is there some other syntax or element required in the recipe for for these lines to work?
|