Update Associated Press

This commit is contained in:
Kovid Goyal 2018-01-30 15:48:04 +05:30
parent c3d16d3a47
commit 47ab4bd040
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -32,6 +32,9 @@ class AssociatedPress(BasicNewsRecipe):
dict(id="byLine"), dict(id="byLine"),
dict(id=lambda x: x and x.startswith('storyBodyDiv')), dict(id=lambda x: x and x.startswith('storyBodyDiv')),
] ]
remove_tags = [
dict(id='ppPhoto ppPhoto1'.split()),
]
def parse_index(self): def parse_index(self):
feeds = [] feeds = []