mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-16 20:24:31 +01:00
Update Associated Press
This commit is contained in:
parent
c3d16d3a47
commit
47ab4bd040
1 changed files with 3 additions and 0 deletions
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue