Skip to content

Commit

Permalink
feedcore: Fix feed autodiscovery (bug 1672)
Browse files Browse the repository at this point in the history
  • Loading branch information
thp committed Sep 23, 2012
1 parent 0d60596 commit e5f778c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gpodder/feedcore.py
Expand Up @@ -269,7 +269,7 @@ def _parse_feed(self, url, etag, modified, autodiscovery=True):
self._check_wifi_login_page(feed)

if feed.status != 304 and not feed.version and autodiscovery:
self._autodiscover_feed(feed)
feed = self._autodiscover_feed(feed)

self._check_valid_feed(feed)

Expand Down

0 comments on commit e5f778c

Please sign in to comment.