The Guardian feed is suffering from problems with empty <a></a> tags. Kovid hopes to fix this in the next version. In the meantime, adding:
PHP Code:
remove_tags = [dict(name='a')]
to the recipe will avoid the problem, although I admit this is rather radical!
John