mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Update Associated Press
This commit is contained in:
parent
c3d16d3a47
commit
47ab4bd040
@ -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…
x
Reference in New Issue
Block a user