ignore feed id when processing new entries, so two feeds can provide links to the same entry
This commit is contained in:
		@@ -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()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user