Quote:
Originally Posted by mufc
This is in my recipe
remove_tags = [dict(name='span', attrs={'class':'articledate'})]
Below is the relevant piece of html of one of the pages. Why does this not remove the dates ?
<ul class="calibrefeedlist">
|
You have quoted and are looking at the output html, but remove_tags operates on the input html. They can be significantly different. You have to match the html of the input.