Correcting for feedburner stupidity.

This commit is contained in:
Samuel Clay 2013-05-13 15:41:25 -07:00
parent 8344cd88e6
commit f7f9565756

View file

@ -438,7 +438,8 @@ class Feed(models.Model):
feed_address = feed_address_from_link
if feed_address:
if feed_address.endswith('feedburner.com/atom.xml'):
if (feed_address.endswith('feedburner.com/atom.xml') or
feed_address.endswith('feedburner.com/feed/')):
logging.debug(" ---> Feed points to 'Wierdo', ignoring.")
return False, self
try: