diff --git a/recipes/ap.recipe b/recipes/ap.recipe index 13ba01a260..1a77d20a91 100644 --- a/recipes/ap.recipe +++ b/recipes/ap.recipe @@ -32,6 +32,9 @@ class AssociatedPress(BasicNewsRecipe): dict(id="byLine"), dict(id=lambda x: x and x.startswith('storyBodyDiv')), ] + remove_tags = [ + dict(id='ppPhoto ppPhoto1'.split()), + ] def parse_index(self): feeds = []