ignore feed id when processing new entries, so two feeds can provide links to the same entry
This commit is contained in:
parent
5a0f7c9350
commit
d300cf8f4c
@ -258,7 +258,6 @@ def fetch_full_page(link):
|
||||
|
||||
def process_feed_entry(session, feed, entry):
|
||||
thisentry = session.query(Entry).\
|
||||
filter(Entry.feed_id == feed.id).\
|
||||
filter(Entry.title == entry.title).\
|
||||
filter(Entry.link == entry.link).\
|
||||
first()
|
||||
|
Loading…
Reference in New Issue
Block a user