From 47ab4bd040788dc8cc810a7fb176682fbf0afb51 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 30 Jan 2018 15:48:04 +0530 Subject: [PATCH] Update Associated Press --- recipes/ap.recipe | 3 +++ 1 file changed, 3 insertions(+) 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 = []