Skip to content

Commit

Permalink
Fix missing ".feed" in feedcore (bug 1672)
Browse files Browse the repository at this point in the history
  • Loading branch information
thp committed Sep 23, 2012
1 parent 6db5817 commit c259924
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:
feed = self._autodiscover_feed(feed)
feed = self._autodiscover_feed(feed).feed

self._check_valid_feed(feed)

Expand Down

0 comments on commit c259924

Please sign in to comment.